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.
2 parents 87f3f88 + b4f3223 commit 4196646Copy full SHA for 4196646
apps/Gruntfile.js
@@ -27,7 +27,8 @@ module.exports = function (grunt) {
27
const runTests = isDirectory ?
28
'testsContext.keys().forEach(testsContext);' :
29
`require('${path.resolve(process.env.mocha_entry)}');`;
30
- const file = `// Auto-generated
+ const file = `/* eslint-disable */
31
+// Auto-generated from Gruntfile.js
32
import 'babel-polyfill';
33
import 'whatwg-fetch';
34
import { throwOnConsoleErrorsEverywhere, throwOnConsoleWarningsEverywhere } from './util/testUtils';
0 commit comments