jest-url-loader

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i jest-url-loader

Weekly Downloads

570

Version

0.1.0

License

MIT

Unpacked Size

5.13 kB

Total Files

4

Last publish

Collaborators

  • atool