Skip to content

Commit ce20f75

Browse files
committed
start testing in rest
1 parent 3e3840e commit ce20f75

12 files changed

+3826
-116
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.env
2+
.env.test
23
node_modules

jest.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
testEnvironment: 'node'
3+
};

0 commit comments

Comments
 (0)