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 77f0d7a commit d742899Copy full SHA for d742899
1 file changed
test/index.js
@@ -129,6 +129,7 @@ describe('interpret.extensions', function () {
129
this.skip();
130
}
131
132
+
133
// Skip any swc test on linux due to https://github.com/swc-project/swc/issues/4107
134
if (name === '@swc/register' && process.platform === 'linux') {
135
0 commit comments