Questions tagged as 'mocha'

1
answer

$ is undefined in unit test mocha

I am using mocha to perform my unit tests of the web layer, and it generates the error:    $ is not defined Can I be missing something else to recognize the $ of jQuery ? The code of my test is: var assert = requi...
asked by 02.01.2017 / 21:34
1
answer

During testing, the instance of a class returns undefined

A bit of context.    I'm creating a plugin using tests and when using the instance of a class, it just does not pass the simplest test.       The plugin is an adapted copy of the Satellizer a well-known module angular that manages ac...
asked by 11.04.2017 / 23:09
0
answers

Mocha / Chai: Unable to do login testing

I am writing tests for a login service. The test must pass if the login is correct. Before each test my test database is cleaned. That's why I first created a user and then I try to login. The expected behavior is to receive status 200 when the...
asked by 14.12.2018 / 12:33
1
answer

Perform a unit test in NodeJs. With mocha and chai;

I am performing a unit test on a function, and what I want is to simulate the communication with the DTA (that does not communicate with the database); For example: This is the function to which I want to perform the test ... public add(a, b):...
asked by 17.08.2018 / 16:51