summaryrefslogtreecommitdiff
path: root/cli/module_graph.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-11-21 13:17:42 +0100
committerGitHub <noreply@github.com>2020-11-21 13:17:42 +0100
commitb63fe3f35c6dd06059e3d34e566b95ed9ccf2724 (patch)
tree82ea51402796f6bb0b785a4cb4d44f50dd69dae5 /cli/module_graph.rs
parente35e8981f0280905836d3b68fd5ceb6e3c2bc270 (diff)
upgrade: deno_doc, deno_lint, dprint, swc (#8443)
Diffstat (limited to 'cli/module_graph.rs')
-rw-r--r--cli/module_graph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_graph.rs b/cli/module_graph.rs
index 0bd51251f..d11dda1ca 100644
--- a/cli/module_graph.rs
+++ b/cli/module_graph.rs
@@ -2180,7 +2180,7 @@ pub mod tests {
assert!(actual.is_some());
let actual = actual.unwrap();
assert!(actual.contains("const b = \"b\";"));
- assert!(actual.contains("console.log(b);"));
+ assert!(actual.contains("console.log(mod);"));
}
#[tokio::test]