diff options
Diffstat (limited to 'tests/integration/publish_tests.rs')
-rw-r--r-- | tests/integration/publish_tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/publish_tests.rs b/tests/integration/publish_tests.rs index 1bff2094d..013bf3973 100644 --- a/tests/integration/publish_tests.rs +++ b/tests/integration/publish_tests.rs @@ -398,6 +398,7 @@ fn allow_dirty() { })); temp_dir.join("main.ts").write(""); + temp_dir.join("LICENSE").write(""); let cmd = Command::new("git") .arg("init") @@ -418,6 +419,7 @@ Checking for slow types in the public API... Uncommitted changes: +?? LICENSE ?? deno.json ?? main.ts |