namespace test

Additional properties on the test function.

Functions

f
test.skipTest(
testName: string,
_testContent?: unknown
): void

Registers a skipped test. Equivalent to QUnit.test.skip. The test body is never executed; the test is reported as ignored by Deno's runner.

f
test.todoTest(
testName: string,
_testContent?: unknown
): void

Registers a todo test. Equivalent to QUnit.test.todo. The test body is never executed; the test is reported as ignored by Deno's runner (Deno has no native todo concept).

Additional properties on the test function.

Functions

f
test.skipTest(
testName: string,
_testContent?: unknown
): void

Registers a skipped test. Equivalent to QUnit.test.skip. The test body is never executed; the test is reported as ignored by Deno's runner.

f
test.todoTest(
testName: string,
_testContent?: unknown
): void

Registers a todo test. Equivalent to QUnit.test.todo. The test body is never executed; the test is reported as ignored by Deno's runner (Deno has no native todo concept).

Additional properties on the test function.

Functions

f
test.skipTest(
testName: string,
_testContent?: unknown
): void

Registers a skipped test. Equivalent to QUnit.test.skip. The test body is never executed; the test is reported as ignored by Deno's runner.

f
test.todoTest(
testName: string,
_testContent?: unknown
): void

Registers a todo test. Equivalent to QUnit.test.todo. The test body is never executed; the test is reported as ignored by Deno's runner (Deno has no native todo concept).