Giter Site home page Giter Site logo

Comments (6)

JasonZecutiv avatar JasonZecutiv commented on June 1, 2024

I was having this same problem until I upgraded to 5.8. Now when I attempt to run all tests I now get 'Cannot find module', and is is trying to run tests for functions that I haven't created yet.

from serverless-mocha-plugin.

JasonZecutiv avatar JasonZecutiv commented on June 1, 2024

I created the missing tests and still had problems with running multiple tests. I noticed that the new tests I created had an extra wrapper.init(mod) statement. Once I added that to all of my existing tests I was able to run all tests and everything now passes!

from serverless-mocha-plugin.

adnanmateenpk avatar adnanmateenpk commented on June 1, 2024

I have updated to 5.8 but i am still getting the same issue :|

the tests run fine individually, i have five test files,

create, delete, index, show, update

when every single test has its own function

but when i run all the tests at same time only 'update' test passes and i get this error for others

Uncaught AssertionError: expected [ConfigError: Missing region in config] to be an object
at test/create.js:35:29
at Response. (functions/update/handler.js:22:25)
or

TypeError: Cannot read property 'field' of undefined
at Object.module.exports.handler (functions/update/handler.js:6:24)
at Context. (test/delete.js:27:11)

should nt the last line i.e. response be 'functions/create/handlers.js' for create and so on ?

from serverless-mocha-plugin.

rafaljanicki avatar rafaljanicki commented on June 1, 2024

Have you moved wrapper.init to before()?

from serverless-mocha-plugin.

mpuittinen avatar mpuittinen commented on June 1, 2024

Hi! Did you create the tests that are failing with the latest module version or with a version prior to that.
The fix for the issue is related to the creation of the the test files. wrapper.init() should be inside before() or in it(). i.e. the existing test cases would need to be fixed manually.

-Mikael

On 09 Jun 2016, at 12:49, RafaΕ‚ Janicki [email protected] wrote:

Have you moved wrapper.init to before()?

β€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #17 (comment), or mute the thread https://github.com/notifications/unsubscribe/AIARbBvxxG1QyIXrFN0yv4b9o9d82c9Iks5qJ-GvgaJpZM4Ip-ec.

from serverless-mocha-plugin.

adnanmateenpk avatar adnanmateenpk commented on June 1, 2024

yeah that was the fix thanks, the wrapper.init() was being called earlier thanks for all the help!!!

from serverless-mocha-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.