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 00a3179 commit f4f775eCopy full SHA for f4f775e
1 file changed
test/104_csx.js
@@ -171,7 +171,7 @@ describe('edge-cs', function () {
171
});
172
173
it(prefix + ' fails when Startup class is missing', function () {
174
- if(process.env.EDGE_USE_CORECLR && process.platform == 'linux'){
+ if(process.env.EDGE_USE_CORECLR && (process.platform == 'linux' || process.platform == 'darwin')) {
175
this.skip();
176
}
177
assert.throws(
0 commit comments