Skip to content

Commit

Permalink
test(grep): add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpowell88 committed Dec 12, 2022
1 parent cd18b91 commit 3a225d0
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 0 deletions.
2 changes: 2 additions & 0 deletions npm/grep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Filter tests using substring",
"main": "src/support",
"scripts": {
"test": "mocha -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json unit.spec.js",
"cy:run": "mocha -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json e2e.spec.js --timeout=50000"
},
"dependencies": {
Expand All @@ -12,6 +13,7 @@
"globby": "^11.0.4"
},
"devDependencies": {
"chai": "^4.3.6",
"cypress": "^11.2.0",
"cypress-each": "^1.11.0",
"cypress-expect": "^2.5.3",
Expand Down
Loading

0 comments on commit 3a225d0

Please sign in to comment.