Skip to content

Commit 4cd9ec9

Browse files
committed
modified endpoint tests
1 parent 04bc28c commit 4cd9ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/projects.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (isDev) {
66
}
77

88
// save and get projects endpoint testing
9-
describe('Project endpoints tests', () => {
9+
xdescribe('Project endpoints tests', () => {
1010
// initializes the project to be sent to server/DB
1111
const state = {
1212
name: 'test',

0 commit comments

Comments
 (0)