UNPKG

@michael-brauner/choosy

Version:

A lightweight choice-picker written in vanilla javascript.

14 lines (10 loc) 200 B
module.exports = { rootDir: "tests", testEnvironment: "jsdom", testPathIgnorePatterns: [ "/node_modules/" ], "transform": { "^.+\\.js$": "babel-jest", }, };