diff options
author | Nayeem Rahman <muhammed.9939@gmail.com> | 2019-09-28 14:33:17 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-28 09:33:17 -0400 |
commit | a472b6732dd37636b7b31128f53d3e6bcf531a73 (patch) | |
tree | 11fa3fb56917582c0c88c871e71ff212b39eb841 /testing/testdata | |
parent | af18093498c3fca103bd47305e447ddeda40d9a2 (diff) |
Test runner v2 (denoland/deno_std#604)
Original: https://github.com/denoland/deno_std/commit/17a214bbd5b3a058a8126e9f7210992b1b52ba11
Diffstat (limited to 'testing/testdata')
-rw-r--r-- | testing/testdata/bar.js | 1 | ||||
-rw-r--r-- | testing/testdata/bar_test.js | 1 | ||||
-rw-r--r-- | testing/testdata/foo.ts | 1 | ||||
-rw-r--r-- | testing/testdata/foo_test.ts | 1 | ||||
-rw-r--r-- | testing/testdata/subdir/bar.js | 1 | ||||
-rw-r--r-- | testing/testdata/subdir/bar_test.js | 1 | ||||
-rw-r--r-- | testing/testdata/subdir/foo.ts | 1 | ||||
-rw-r--r-- | testing/testdata/subdir/foo_test.ts | 1 | ||||
-rw-r--r-- | testing/testdata/subdir/test.js | 1 | ||||
-rw-r--r-- | testing/testdata/subdir/test.ts | 1 | ||||
-rw-r--r-- | testing/testdata/test.js | 1 | ||||
-rw-r--r-- | testing/testdata/test.ts | 1 |
12 files changed, 12 insertions, 0 deletions
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 {}; |