Skip to content

Commit b5a17f3

Browse files
authored
Merge pull request #286 from bbopen/test/0.9-adversarial-menagerie
test(menagerie): adversarial cross-library generation + round-trip harness
2 parents f49b211 + 20107a4 commit b5a17f3

10 files changed

Lines changed: 1162 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"test:watch": "vitest",
4949
"test:bun": "LC_ALL=C LANG=C bun run vitest --run test/runtime_bun.test.ts",
5050
"test:coverage": "vitest --run --coverage",
51+
"test:menagerie": "vitest --run test/menagerie",
5152
"test:types": "tsd",
5253
"test:python:suite:core": "npm run build:tools && node dist/tools/python_suite.js core",
5354
"test:python:suite:data": "npm run build:tools && node dist/tools/python_suite.js data",

0 commit comments

Comments
 (0)