Skip to content

Commit f68f037

Browse files
Skip e2e tests for p2 package for now
1 parent 54ff9a7 commit f68f037

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/npm-packages/ruby-head-wasm-wasip2/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"README.md"
3131
],
3232
"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",
3436
"build:deps": "cd ../ruby-wasm-wasi && npm run build",
3537
"build:static:files": "../ruby-wasm-wasi/tools/pack-static-files.sh ./dist",
3638
"build:static": "npm run build:static:files",

0 commit comments

Comments
 (0)