Skip to content

Commit

Permalink
[Chore] Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
samkahchiin committed Apr 12, 2020
1 parent 104ef53 commit c0e2c19
Show file tree
Hide file tree
Showing 5 changed files with 1,638 additions and 40 deletions.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "mocha --require babel-core/register ./test/*.js",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand All @@ -33,5 +33,14 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"mocha": "^7.1.1"
},
"babel": {
"presets": ["env"]
}
}
Loading

0 comments on commit c0e2c19

Please sign in to comment.