Skip to content

Commit 4ff2e61

Browse files
committed
Change testing to simply run all tests by wildcard. test/**/*.test.js
1 parent c1a728d commit 4ff2e61

4 files changed

Lines changed: 2 additions & 155 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"clean": "rm -rf dist",
110110
"build": "npm run clean && tsc",
111111
"pre-commit": "rm -f test-*.js crash-*.js *.tmp *.temp && npm run quality",
112-
"test": "npm run build && mocha 'test/unit/parsers/*.test.js'"
112+
"test": "npm run build && mocha 'test/**/*.test.js'"
113113
},
114114
"devDependencies": {
115115
"@types/mocha": "^10.0.10",
@@ -125,4 +125,4 @@
125125
"prettier": "^3.6.2",
126126
"typescript": "^5.8.3"
127127
}
128-
}
128+
}

test/README.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

test/index.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

test/organized-parser.test.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)