Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 16, 2024
1 parent 46922c6 commit 1f926f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"start": "node src/index.js",
"lint": "eslint src",
"test": "env DATA_FILE=./src/__test__/input.csv.gz jest --testPathIgnorePatterns .k8s/*",
"test": "env DATA_FILE=./src/__test__/input.csv.gz jest",
"build": "echo 'Nothing to build'",
"k8s": "yarn --silent --cwd .k8s"
},
Expand Down

0 comments on commit 1f926f9

Please sign in to comment.