Skip to content

Commit

Permalink
move test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjor committed Jan 8, 2019
1 parent a258b5b commit b65a1e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,4 +12,4 @@ install:

script:
- deno -v
- deno test.ts --allow-write --allow-run
- deno test/test.ts --allow-write --allow-run
File renamed without changes.
2 changes: 1 addition & 1 deletion test.ts → test/test.ts
@@ -1,5 +1,5 @@
import { writeFile, remove } from "deno";
import watch from "mod.ts";
import watch from "../mod.ts";
import {
test,
assertEqual
Expand Down

0 comments on commit b65a1e4

Please sign in to comment.