mirror of
https://github.com/denoland/deno.git
synced 2024-12-24 08:09:08 -05:00
parent
2ba7de2d04
commit
2db147a001
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
variables:
|
variables:
|
||||||
DENO_VERSION: 'v0.3.0'
|
DENO_VERSION: 'v0.3.1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
@ -293,7 +293,7 @@ export async function runTests() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function runIfMain(meta: ImportMeta) {
|
export async function runIfMain(meta: ImportMeta) {
|
||||||
if (window.location.toString() === meta.url) {
|
if (meta.main) {
|
||||||
runTests();
|
runTests();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue