Skip to content

Commit 3d8c54f

Browse files
committed
test command fix
1 parent e3dbf0d commit 3d8c54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"scripts": {
3636
"start": "react-scripts start",
3737
"build": "react-scripts build",
38-
"test": "react-scripts test",
38+
"test": "react-scripts test a",
3939
"eject": "react-scripts eject"
4040
},
4141
"proxy": "http://localhost:5000",

server/validation/NoteCheck.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const noteTemplate = {
55
name: "note",
66
color: "GREEN",
77
text: "lorem ipsum adamet amer",
8-
order: 754444444424552
8+
order: 5
99
}
1010

1111
test('check correct validation', () => {

0 commit comments

Comments
 (0)