diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-08-21 18:34:34 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-21 12:34:34 -0400 |
commit | a1a024a9f09f91aa3e7b73b4ff4407a57052b3e0 (patch) | |
tree | 18e008dd94d638444e10e0f53621bea34932540a /std/testing/diff.ts | |
parent | 122226a587536eb197366830233646c4bd4caf7a (diff) |
fix: add global test registry (denoland/deno_std#568)
After adding deno test command a new problem appeared.
If you try running deno test inside this repo test runner will find
80 test files but won't run any tests! This is caused by fact that
deno test uses tagged version of standard library which causes
test function available inside to repo to be different function that
test available in standard lib used by deno test.
Original: https://github.com/denoland/deno_std/commit/4531fa81597c346fd291c1d1a2063789369fb84d
Diffstat (limited to 'std/testing/diff.ts')
0 files changed, 0 insertions, 0 deletions