Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
13138449
Jumping Panda
Commits
e3cb6af1
Commit
e3cb6af1
authored
Oct 30, 2020
by
13138449
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
c9594c7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
config/jest/cssTransform.js
config/jest/cssTransform.js
+14
-0
No files found.
config/jest/cssTransform.js
0 → 100644
View file @
e3cb6af1
'
use strict
'
;
// This is a custom Jest transformer turning style imports into empty objects.
// http://facebook.github.io/jest/docs/tutorial-webpack.html
module
.
exports
=
{
process
()
{
return
'
module.exports = {};
'
;
},
getCacheKey
()
{
// The output is always the same.
return
'
cssTransform
'
;
},
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment