summaryrefslogtreecommitdiff
path: root/test/fixtures/source-map/disk-relative-path.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/source-map/disk-relative-path.js')
-rw-r--r--test/fixtures/source-map/disk-relative-path.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/source-map/disk-relative-path.js b/test/fixtures/source-map/disk-relative-path.js
new file mode 100644
index 0000000000..86d4dbc96a
--- /dev/null
+++ b/test/fixtures/source-map/disk-relative-path.js
@@ -0,0 +1,2 @@
+class Foo{constructor(x=33){this.x=x?x:99;if(this.x){console.info("covered")}else{console.info("uncovered")}this.methodC()}methodA(){console.info("covered")}methodB(){console.info("uncovered")}methodC(){console.info("covered")}methodD(){console.info("uncovered")}}const a=new Foo(0);const b=new Foo(33);a.methodA();
+//# sourceMappingURL=./disk.map \ No newline at end of file