From a472b6732dd37636b7b31128f53d3e6bcf531a73 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 28 Sep 2019 14:33:17 +0100 Subject: Test runner v2 (denoland/deno_std#604) Original: https://github.com/denoland/deno_std/commit/17a214bbd5b3a058a8126e9f7210992b1b52ba11 --- testing/testdata/bar.js | 1 + testing/testdata/bar_test.js | 1 + testing/testdata/foo.ts | 1 + testing/testdata/foo_test.ts | 1 + testing/testdata/subdir/bar.js | 1 + testing/testdata/subdir/bar_test.js | 1 + testing/testdata/subdir/foo.ts | 1 + testing/testdata/subdir/foo_test.ts | 1 + testing/testdata/subdir/test.js | 1 + testing/testdata/subdir/test.ts | 1 + testing/testdata/test.js | 1 + testing/testdata/test.ts | 1 + 12 files changed, 12 insertions(+) create mode 100644 testing/testdata/bar.js create mode 100644 testing/testdata/bar_test.js create mode 100644 testing/testdata/foo.ts create mode 100644 testing/testdata/foo_test.ts create mode 100644 testing/testdata/subdir/bar.js create mode 100644 testing/testdata/subdir/bar_test.js create mode 100644 testing/testdata/subdir/foo.ts create mode 100644 testing/testdata/subdir/foo_test.ts create mode 100644 testing/testdata/subdir/test.js create mode 100644 testing/testdata/subdir/test.ts create mode 100644 testing/testdata/test.js create mode 100644 testing/testdata/test.ts (limited to 'testing/testdata') diff --git a/testing/testdata/bar.js b/testing/testdata/bar.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/bar.js @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/bar_test.js b/testing/testdata/bar_test.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/bar_test.js @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/foo.ts b/testing/testdata/foo.ts new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/foo.ts @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/foo_test.ts b/testing/testdata/foo_test.ts new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/foo_test.ts @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/subdir/bar.js b/testing/testdata/subdir/bar.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/subdir/bar.js @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/subdir/bar_test.js b/testing/testdata/subdir/bar_test.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/subdir/bar_test.js @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/subdir/foo.ts b/testing/testdata/subdir/foo.ts new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/subdir/foo.ts @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/subdir/foo_test.ts b/testing/testdata/subdir/foo_test.ts new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/subdir/foo_test.ts @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/subdir/test.js b/testing/testdata/subdir/test.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/subdir/test.js @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/subdir/test.ts b/testing/testdata/subdir/test.ts new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/subdir/test.ts @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/test.js b/testing/testdata/test.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/test.js @@ -0,0 +1 @@ +export {}; diff --git a/testing/testdata/test.ts b/testing/testdata/test.ts new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/testing/testdata/test.ts @@ -0,0 +1 @@ +export {}; -- cgit v1.2.3