Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 31, 2023
1 parent bb12f69 commit 88cb78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/swc/tests/fixture/issues-5xxx/5272/1/output/a.map
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"../../input/source/a/a.ts"
],
"sourcesContent": [
"import { Base } from \"../b/base\";\r\nexport class Foo extends Base {\r\n bar() {\r\n return 1 + this.foo();\r\n }\r\n}"
"import { Base } from \"../b/base\";\nexport class Foo extends Base {\n bar() {\n return 1 + this.foo();\n }\n}"
],
"version": 3
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"../../input/source/a/a.spec.ts"
],
"sourcesContent": [
"import { Foo } from \"./a\";\r\n\r\ndescribe(\"a\", () => {\r\n it(\"does its thing\", () => {\r\n const a = new Foo();\r\n expect(a.bar()).toBe(3);\r\n expect(a.foo()).toBe(2);\r\n });\r\n});"
"import { Foo } from \"./a\";\n\ndescribe(\"a\", () => {\n it(\"does its thing\", () => {\n const a = new Foo();\n expect(a.bar()).toBe(3);\n expect(a.foo()).toBe(2);\n });\n});"
],
"version": 3
}

0 comments on commit 88cb78b

Please sign in to comment.