Enable all Node tests on Windows

This commit is contained in:
Natalie Weizenbaum 2017-12-07 17:32:48 -08:00
parent 7a4158dafb
commit 049b860298

View File

@ -28,8 +28,7 @@ install:
test_script:
- ps: >-
If ($env:NODE -eq "true") {
# TODO(nweiz): "-p node" is currently broken. Figure out why.
pub run test -p vm -t node
pub run test -t node
} Else {
pub run test -x node
}