jest-properties-loader
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Jest Properties File Loader

NPM Github Workflow Status Codecov

Provide a transform solution to load .properties file as json in jest test

Usage

Installation

yarn add -D jest-properties-loader

Setup

add to you jest configuration transform field

"transform": {
  "^.+\\.properties?$": "jest-properties-loader"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    2
    • latest

Version History

Package Sidebar

Install

npm i jest-properties-loader

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

4.56 kB

Total Files

6

Last publish

Collaborators

  • aquariuslt