Skip to content

Commit

Permalink
move test_runner to tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Dec 25, 2023
1 parent 84338bd commit b80bcc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"buildpack": "npm run lint && npm run webpack && npm pack",
"build:test": "npm run build && npm pack && npm run test",
"deploy": "npm run build:prod && npm run test",
"test": "node test_runner.js",
"test": "node tests/test_runner.js",
"prepublishOnly": "npm run deploy",
"benchmark": "cd benchmarks && npm run install:benchmark"
},
Expand Down Expand Up @@ -65,4 +65,4 @@
"negotiator": "^0.6.3",
"uniqid": "^5.4.0"
}
}
}
File renamed without changes.

0 comments on commit b80bcc4

Please sign in to comment.