swc/crates/swc_bundler/tests/deno-exec/deno-8736/entry.ts

7 lines
170 B
TypeScript
Raw Normal View History

import { assert } from "https://deno.land/std@0.79.0/_util/assert.ts";
const TEST = undefined
assert(!TEST, 'TEST must not be defined!')
console.log(`Test is ${TEST}`)