mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-18 16:13:55 +00:00
appveyor: powershell experiment
This commit is contained in:
parent
3304feb1bb
commit
2d7aeec0f4
@ -20,7 +20,7 @@ test_script:
|
||||
- node --version
|
||||
- npm --version
|
||||
# run tests
|
||||
- npm test
|
||||
- npm test-windows
|
||||
|
||||
# Don't actually build.
|
||||
build: off
|
||||
|
||||
@ -49,6 +49,7 @@
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover ./node_modules/.bin/_mocha --recursive -- --reporter list",
|
||||
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
|
||||
"test": "standard && mocha test"
|
||||
"test": "standard && mocha test",
|
||||
"test-windows": "Get-ChildItem -Path .\test\ -Filter *.test.js -Recurse | %{mocha $_}"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user