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

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

// V1 Tests
import "./tests/v1/validate.ts";
import "./tests/v1/generate.ts";

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