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 e3dbf0d commit 3d8c54fCopy full SHA for 3d8c54f
client/package.json
@@ -35,7 +35,7 @@
35
"scripts": {
36
"start": "react-scripts start",
37
"build": "react-scripts build",
38
- "test": "react-scripts test",
+ "test": "react-scripts test a",
39
"eject": "react-scripts eject"
40
},
41
"proxy": "http://localhost:5000",
server/validation/NoteCheck.test.js
@@ -5,7 +5,7 @@ const noteTemplate = {
5
name: "note",
6
color: "GREEN",
7
text: "lorem ipsum adamet amer",
8
- order: 754444444424552
+ order: 5
9
}
10
11
test('check correct validation', () => {
0 commit comments