Skip to content

Commit 06cafda

Browse files
committed
idk maybe it'll work now?
1 parent 3c8476f commit 06cafda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/jest/fileTransform.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
'use strict';
1+
"use strict";
22

3-
const path = require('path');
4-
const camelcase = require('camelcase');
3+
const path = require("path");
4+
const camelcase = require("camelcase");
55

66
// This is a custom Jest transformer turning file imports into filenames.
77
// http://facebook.github.io/jest/docs/en/webpack.html

0 commit comments

Comments
 (0)