-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Description
The snapshotLocation option appears to NOT be working at all. The snapshot and markdown files appear right next to the source files, regardless of my snapshotLocation value.
Test Source
test('parses a section', t => {
t.snapshot(Section.parse('[s]'))
})Config
{
"ava": {
"files": [
"dist/**/*.test.js"
],
"snapshotLocation": "snapshots",
"source": [
"dist/**/*.js",
"src/fixtures/**"
]
}
}Command-Line Arguments
{
"scripts": {
"build:watch": "tsc -p tsconfig.test.json --watch",
"watch": "ava --watch"
}
}Relevant Links
Environment
- Windows 10 (win32 10.0.16299)
- Node.js v9.0.0
- npm 5.5.1
- ava 0.23.0
Metadata
Metadata
Assignees
Labels
No labels