Skip to content

Commit

Permalink
Updated intern to v3.x >= v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed May 18, 2016
1 parent ae62c0c commit 9071332
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"async": "1.x >=1.4",
"async-build": "0.3.0",
"intern": "3.0.x >=3.0.1",
"intern": "3.x >=3.2.0",
"npm": "3.x",
"pngjs": "2.2.0",
"sax": "1.x",
Expand Down
5 changes: 5 additions & 0 deletions tests/intern.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ define(["intern"], function (intern) {
main: (intern.args.minified === "true") ? "libjass.min" : "libjass",
}]
},
instrumenterOptions: {
codeGenerationOptions: {
verbatim: "raw",
},
},
excludeInstrumentation: /^(?:tests|node_modules)\//,
tunnel: "NullTunnel",
environments: [
Expand Down

0 comments on commit 9071332

Please sign in to comment.