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 3c8476f commit 06cafdaCopy full SHA for 06cafda
config/jest/fileTransform.js
@@ -1,7 +1,7 @@
1
-'use strict';
+"use strict";
2
3
-const path = require('path');
4
-const camelcase = require('camelcase');
+const path = require("path");
+const camelcase = require("camelcase");
5
6
// This is a custom Jest transformer turning file imports into filenames.
7
// http://facebook.github.io/jest/docs/en/webpack.html
0 commit comments