mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
test
This commit is contained in:
parent
2a2da281df
commit
61ea7e91a7
2 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"tests": {
|
||||
"args": ["lint", "minified.js"],
|
||||
"output": "minified.out",
|
||||
"exitCode": 1
|
||||
}
|
||||
"args": ["lint", "minified.js"],
|
||||
"output": "minified.out",
|
||||
"exitCode": 0
|
||||
}
|
||||
|
|
1
tests/specs/lint/minified/minified.out
Normal file
1
tests/specs/lint/minified/minified.out
Normal file
|
@ -0,0 +1 @@
|
|||
asdfasdf
|
Loading…
Reference in a new issue