Skip to content

Commit 9e05673

Browse files
committed
Fix comments about a workaround for the test-unit gem.
1 parent ec73465 commit 9e05673

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/npm-packages/ruby-wasm-wasi/tools/run-test-unit.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ const test = async (instantiate) => {
170170
await vm.evalAsync(`
171171
require 'test/unit'
172172
173-
# Define the methods to be used for unit testing assertions.
174-
# Use refinements to limit the scope of influence.
173+
# FIXME: This is a workaround for the test-unit gem.
174+
# It will be removed when the next pull request is merged and released.
175+
# https://github.com/test-unit/test-unit/pull/262
175176
require 'pp'
176177
module JsObjectTestable
177178
refine JS::Object do

0 commit comments

Comments
 (0)