summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compiler_api_test.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2021-12-16 10:45:41 +0000
committerGitHub <noreply@github.com>2021-12-16 21:45:41 +1100
commit9ffc7edc23444be8bdcc1befd3709b309780e3d1 (patch)
tree551a223016816b92a5f8cf57949c331bf087a960 /cli/tests/testdata/compiler_api_test.ts
parente28fb70aeecf548d150312c30f7f32b60c4fdece (diff)
refactor(cli): use GraphData for check and emit (#12960)
Diffstat (limited to 'cli/tests/testdata/compiler_api_test.ts')
-rw-r--r--cli/tests/testdata/compiler_api_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/compiler_api_test.ts b/cli/tests/testdata/compiler_api_test.ts
index b9755c29a..f51b5647c 100644
--- a/cli/tests/testdata/compiler_api_test.ts
+++ b/cli/tests/testdata/compiler_api_test.ts
@@ -307,7 +307,7 @@ Deno.test({
);
assertEquals(diagnostics.length, 0);
assert(!ignoredOptions);
- assertEquals(stats.length, 12);
+ assertEquals(stats.length, 0);
assertEquals(
Object.keys(files).sort(),
["deno:///bundle.js.map", "deno:///bundle.js"].sort(),