UNPKG

stimulus-value-bindings

Version:
10 lines (9 loc) 224 B
export default async () => { return { cache: false, verbose: true, testMatch: ["<rootDir>/test/**/*.test.js"], setupFilesAfterEnv: ["<rootDir>/test/support/setup.js"], testEnvironment: "jsdom", }; };