Skip to content

Commit 9b604bf

Browse files
committedFeb 11, 2025·
tests: add csl-compat to test-implemantation suite
1 parent 3a0d4fe commit 9b604bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
],
1010
"scripts": {
1111
"test": "npm run test-serialization ; npm run test-api",
12-
"test-serialization": "NODE_OPTIONS=--experimental-vm-modules jest tests/serialization/serialization.test.ts",
13-
"test-serialization-dev": "NODE_OPTIONS=--experimental-vm-modules jest tests/serialization/serialization_dev.test.ts",
14-
"test-api": "npm run generate-cdl-definitions ; NODE_OPTIONS=--experimental-vm-modules jest tests/api/api.test.ts",
15-
"test-implementation": "NODE_OPTIONS=--experimental-vm-modules jest fees hash min_output_ada private_key bip32-ed25519",
12+
"test-serialization": "npm run jest tests/serialization/serialization.test.ts",
13+
"test-serialization-dev": "npm run jest tests/serialization/serialization_dev.test.ts",
14+
"test-api": "npm run generate-cdl-definitions ; npm run jest tests/api/api.test.ts",
15+
"test-implementation": "npm run jest fees hash min_output_ada private_key bip32-ed25519 csl-compat",
16+
"jest": "NODE_OPTIONS=--experimental-vm-modules jest",
1617
"codegen": "tsx conway-cddl/codegen/main.ts",
1718
"generate-grammar-bundle": "npx ohm generateBundles -e -t tests/api/grammar.ohm",
1819
"generate-cdl-definitions": "make typedefs",
@@ -29,8 +30,7 @@
2930
{
3031
"name": "Ramiro S. Garay",
3132
"email": "ramiro@mlabs.city"
32-
33-
},
33+
},
3434
{
3535
"name": "Marcus Fernandes Silva",
3636
"email": "marcus@mlabs.city"
@@ -69,4 +69,4 @@
6969
"base58-js": "^2.0.0",
7070
"tweetnacl": "^1.0.3"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)
Please sign in to comment.