Skip to content

Commit 47ee144

Browse files
committed
removed comments in projects.test
1 parent 9de0063 commit 47ee144

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
@@ -8,7 +8,7 @@ if (isDev) {
88
}
99

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

0 commit comments

Comments
 (0)