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 04bc28c commit 4cd9ec9Copy full SHA for 4cd9ec9
__tests__/projects.test.js
@@ -6,7 +6,7 @@ if (isDev) {
6
}
7
8
// save and get projects endpoint testing
9
-describe('Project endpoints tests', () => {
+xdescribe('Project endpoints tests', () => {
10
// initializes the project to be sent to server/DB
11
const state = {
12
name: 'test',
0 commit comments