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_test.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/testdata/bar_test.js (limited to 'testing/testdata/bar_test.js') 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 {}; -- cgit v1.2.3