Skip to content

Commit

Permalink
Set jsLoader: "import" in newly generated config files
Browse files Browse the repository at this point in the history
* Enables support for ES modules with .js extension
* [#178751412]
  • Loading branch information
sgravrock committed Jul 9, 2021
1 parent 9b1f112 commit fbf8b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/examples/jasmine.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"helpers": [
"helpers/**/*.?(m)js"
],
"jsLoader": "import",
"stopSpecOnExpectationFailure": false,
"random": true
}

0 comments on commit fbf8b7a

Please sign in to comment.