repo
29ms
4
18
18
0
Auth.js test
/tests/Auth.test.js
5ms
4
4
Register user
2ms
Throw error on register() if database not connected
3ms
Register user with hello.com email
0ms
Validator.isEmail() called on register()
0ms
Calculate.js test
/tests/Calculate.test.js
3ms
9
9
Arguments of add() should be number
0ms
Argument of addBy2() should be a number
1ms
Arguments of addCb() should be number and a function
0ms
Calculate 2 + 5 = 7
0ms
Calculate 2 + 2 != 5
1ms
Calculate 5 with addBy2()
0ms
Spy add() on addBy2()
0ms
Spy argument add() in addBy2()
1ms
Spy callback in addCb()
0ms
Product.js test
/tests/Product.test.js
4ms
3
3
Check database name with mock
2ms
Verify isConnect() called
1ms
Throw error when database is not connected
1ms
Validator.js test
/tests/Validator.test.js
0ms
2
2
Check hello@hello.com email
0ms
Check hello.com email
0ms
repo
Monday, February 28, 2022 6:37pm
Show Passed
Show Failed
Show Pending
Show Skipped
Show Hooks
Failed
Failed
Always
Never
Context
Auth.js test
Calculate.js test
Product.js test
Validator.js test