Unverified Commit eccd9105 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #2248 from hypothesis/fix-karma-coffee-warning

Fix warning about file type of CoffeeScript test modules
parents 20a79b98 59b55d07
......@@ -95,6 +95,9 @@ module.exports = function (config) {
// Disable watching because karma-browserify handles this.
watched: false,
// Configure `type` explicitly to avoid warning about .coffee files.
type: 'js',
})),
// CSS bundles, relied upon by accessibility tests (eg. for color-contrast
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment