hustcc / jest-url-loader

⚛️ Similar with webpack's url-loader for Jest.

Home Page:https://github.com/hustcc/jest-url-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jest-url-loader

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

npm Version Build 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-loader"
+    },

License

MIT@hustcc.

About

⚛️ Similar with webpack's url-loader for Jest.

https://github.com/hustcc/jest-url-loader

License:MIT License


Languages

Language:TypeScript 87.7%Language:JavaScript 12.3%