dd05ee3a65
Co-authored-by: Eric Nemchik <eric@nemchik.com> Co-authored-by: Pavel Djundik <xPaw@users.noreply.github.com>
16 lines
289 B
YAML
16 lines
289 B
YAML
color: true
|
|
check-leaks: true
|
|
recursive: true
|
|
reporter: dot
|
|
interactive: false
|
|
spec: "test/**/*.ts"
|
|
ignore: "test/client/**"
|
|
extension: ["ts", "js"]
|
|
require:
|
|
- "ts-node/register"
|
|
# - "jsdom-global/register"
|
|
- "test/fixtures/env.ts"
|
|
globals:
|
|
- "__VUE_PROD_DEVTOOLS__"
|
|
- "__VUE__"
|