Skip to content

Commit f050a99

Browse files
committed
Added tests/brute for brute force tests through many different types of data
Added testFull script to run brute force tests
1 parent 1674664 commit f050a99

File tree

4 files changed

+11342
-11324
lines changed

4 files changed

+11342
-11324
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"typescript": "^4.9.5"
1212
},
1313
"scripts": {
14-
"test": "jest"
14+
"test": "jest --testPathIgnorePatterns=tests/brute",
15+
"testFull": "jest"
1516
}
1617
}

0 commit comments

Comments
 (0)