UNPKG

xsignals

Version:

A lightweight state management library for React, leveraging the power of Signals for seamless and efficient state handling.

7 lines (6 loc) 211 B
module.exports = { preset: "ts-jest", testEnvironment: "node", testRegex: '(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$', moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node", "test.ts"], };