hyper/ava.config.js

8 lines
196 B
JavaScript
Raw Normal View History

2022-01-04 23:31:52 -09:00
module.exports = {
files: ['test/unit/*'],
extensions: ['ts'],
require: ['ts-node/register/transpile-only'],
// Due to permissions issues, Windows needs cache turned off
cache: false
};