mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
export default {
|
|
files: ['test/*'],
|
|
babel: {
|
|
compileEnhancements: false,
|
|
compileAsTests: ['**/testUtils/**/*']
|
|
},
|
|
extensions: ['ts'],
|
|
require: ['ts-node/register/transpile-only'],
|
|
timeout: '30s'
|
|
};
|