0.1.0 • Published 4 years ago

jest-url-loader v0.1.0

Weekly downloads
541
License
MIT
Repository
-
Last release
4 years ago

jest-url-loader

Similar with webpack's url-loader for Jest. Import url resource in jest-electron.

npm Version Build Status Coverage Status npm License

Usage

  • Install

$ npm i --save-dev jest-url-loader
  • Configure

Update your jest configure, and add it into transform.

+    "transform": {
+      "\\.(jpg|jpeg|png|gif|svg)$": "jest-url-lader"
+    },

License

MIT@hustcc.