summaryrefslogtreecommitdiff
path: root/std/uuid/test.ts
blob: aeb6ed1123aece1c6c3f28cb00a79bcb55f9259d (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env -S deno run
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.

// Generic Tests
import "./tests/isNil.ts";

// V4 Tests
import "./tests/v4/validate.ts";
import "./tests/v4/generate.ts";