File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
],
10
10
"scripts" : {
11
11
"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" ,
16
17
"codegen" : " tsx conway-cddl/codegen/main.ts" ,
17
18
"generate-grammar-bundle" : " npx ohm generateBundles -e -t tests/api/grammar.ohm" ,
18
19
"generate-cdl-definitions" : " make typedefs" ,
29
30
{
30
31
"name" : " Ramiro S. Garay" ,
31
32
"email" : " ramiro@mlabs.city"
32
-
33
- },
33
+ },
34
34
{
35
35
"name" : " Marcus Fernandes Silva" ,
36
36
"email" : " marcus@mlabs.city"
69
69
"base58-js" : " ^2.0.0" ,
70
70
"tweetnacl" : " ^1.0.3"
71
71
}
72
- }
72
+ }
You can’t perform that action at this time.
0 commit comments