mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
9 lines
225 B
JavaScript
9 lines
225 B
JavaScript
module.exports = {
|
|
files: ['test/*'],
|
|
extensions: ['ts'],
|
|
require: ['ts-node/register/transpile-only'],
|
|
timeout: '2m',
|
|
verbose: true,
|
|
// Due to permissions issues, Windows needs cache turned off
|
|
cache: false
|
|
};
|