Skip to content

aquariuslt/jest-properties-loader

Repository files navigation

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"
}

About

jest properties loader for `.properties` file

Topics

Resources

License

Stars

5 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors