We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8ec47 commit dc785a7Copy full SHA for dc785a7
__tests__/userAuth.test.ts
@@ -1,6 +1,7 @@
1
import { sessionIsCreated, newUserIsCreated } from '../app/src/helperFunctions/auth';
2
3
describe('Login Tests', () => {
4
+ jest.setTimeout(10000);
5
let username;
6
let password;
7
package.json
@@ -72,8 +72,12 @@
72
"diagnostics": false
73
}
74
},
75
- "setupFilesAfterEnv": ["<rootDir>/app/setupTests.ts"],
76
- "snapshotSerializers": ["enzyme-to-json/serializer"]
+ "setupFilesAfterEnv": [
+ "<rootDir>/app/setupTests.ts"
77
+ ],
78
+ "snapshotSerializers": [
79
+ "enzyme-to-json/serializer"
80
+ ]
81
82
"bugs": {
83
"url": "https://github.com/open-source-labs/ReacType/issues"
0 commit comments