Browse Source
* remove "always-include-main" test case It was testing for incorrect behavior that has now been fixed. See: https://github.com/zeit/now-cli/pull/464 * remove "files" array from `main` related test cases Makes these three tests pass once again. * always run a test for "pack-now" even when not in CI Otherwise `ava` fails because the test did not run any assertions.master 5.0.0
Nathan Rajlich
8 years ago
committed by
Matheus Fernandes
9 changed files with 8 additions and 27 deletions
@ -1 +0,0 @@ |
|||
// should be included
|
@ -1 +0,0 @@ |
|||
// should NOT be included
|
@ -1,10 +0,0 @@ |
|||
{ |
|||
"name": "should-include-main", |
|||
"version": "0.0.1", |
|||
"description": "", |
|||
"main": "a.js", |
|||
"files": [ |
|||
"woot.js" |
|||
], |
|||
"dependencies": {} |
|||
} |
@ -1 +0,0 @@ |
|||
// should be included
|
Loading…
Reference in new issue