File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/npm-packages/ruby-head-wasm-wasip2 Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 30
30
" README.md"
31
31
],
32
32
"scripts" : {
33
- "test" : " RUBY_NPM_PACKAGE_ROOT=../ruby-head-wasm-wasip2 ENABLE_COMPONENT_TESTS=1 npm -C ../ruby-wasm-wasi run test:run" ,
33
+ "__comment" : " FIXME: Enable test:e2e after https://github.com/bytecodealliance/jco/pull/499 is merged" ,
34
+ "test" : " npm run run-script -- test:unit && npm run run-script -- test:vitest -- --run" ,
35
+ "run-script" : " RUBY_NPM_PACKAGE_ROOT=../ruby-head-wasm-wasip2 ENABLE_COMPONENT_TESTS=1 npm -C ../ruby-wasm-wasi run" ,
34
36
"build:deps" : " cd ../ruby-wasm-wasi && npm run build" ,
35
37
"build:static:files" : " ../ruby-wasm-wasi/tools/pack-static-files.sh ./dist" ,
36
38
"build:static" : " npm run build:static:files" ,
You can’t perform that action at this time.
0 commit comments