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

/jest-properties-loader/

    Package Sidebar

    Install

    npm i jest-properties-loader

    Weekly Downloads

    3

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    4.56 kB

    Total Files

    6

    Last publish

    Collaborators

    • aquariuslt