Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 760 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 760 Bytes

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