We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec73465 commit 9e05673Copy full SHA for 9e05673
packages/npm-packages/ruby-wasm-wasi/tools/run-test-unit.mjs
@@ -170,8 +170,9 @@ const test = async (instantiate) => {
170
await vm.evalAsync(`
171
require 'test/unit'
172
173
- # Define the methods to be used for unit testing assertions.
174
- # Use refinements to limit the scope of influence.
+ # FIXME: This is a workaround for the test-unit gem.
+ # It will be removed when the next pull request is merged and released.
175
+ # https://github.com/test-unit/test-unit/pull/262
176
require 'pp'
177
module JsObjectTestable
178
refine JS::Object do
0 commit comments