diff options
Diffstat (limited to 'cli/compilers')
-rw-r--r-- | cli/compilers/ts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compilers/ts.rs b/cli/compilers/ts.rs index 8330d86e9..fc280a898 100644 --- a/cli/compilers/ts.rs +++ b/cli/compilers/ts.rs @@ -670,7 +670,7 @@ mod tests { url: specifier.as_url().clone(), filename: PathBuf::from(p.to_str().unwrap().to_string()), media_type: msg::MediaType::TypeScript, - source_code: include_bytes!("../../tests/002_hello.ts").to_vec(), + source_code: include_bytes!("../tests/002_hello.ts").to_vec(), }; let mock_state = ThreadSafeState::mock(vec![ |