Skip to content

Commit

Permalink
Add submit missing for hw 03 and remove watcher for tests in hw 10 wh…
Browse files Browse the repository at this point in the history
…en submiting
  • Loading branch information
Franverri authored and atralice committed Oct 21, 2020
1 parent b12b4c3 commit bc05294
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 03-ES6/homework/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "homework",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1",
"prompt-sync": "^4.2.0"
}
}
1 change: 1 addition & 0 deletions 03-ES6/homework/submit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 10-React-Forms/homework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"grade": "react-scripts test --json --outputFile=./result.jso"
"grade": "react-scripts test --json --watchAll=false --outputFile=./result.json"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit bc05294

Please sign in to comment.