feat: Upgrade to TypeScript (#4)

This commit is contained in:
Eric Tuvesson
2024-01-23 16:42:43 +01:00
committed by GitHub
parent 072ec68777
commit 2170db7290
22 changed files with 1091 additions and 611 deletions

View File

@@ -1,11 +0,0 @@
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}