Skip to content

Commit

Permalink
check for wasm support in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 2, 2018
1 parent 5b30ede commit a39d6b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/statsCases/wasm-in-initial-chunk-error/test.filter.js
@@ -0,0 +1,5 @@
var supportsWebAssembly = require("../../helpers/supportsWebAssembly");

module.exports = function() {
return supportsWebAssembly();
};

0 comments on commit a39d6b0

Please sign in to comment.