UNPKG

zeta-icon-name-checker

Version:

A utility used to check the validity of icon and category names in the Zeta Icon Library.

10 lines (9 loc) 280 B
export default { transform: { "^.+\\.ts?$": "ts-jest" }, testEnvironment: "node", testRegex: "/test/.*\\.(test|spec)?\\.(ts|tsx)$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], moduleNameMapper: { "^(\\.\\.?\\/.+)\\.js$": "$1", }, };