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.
1 parent 9f010d6 commit b4f3223Copy full SHA for b4f3223
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