Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 3, 2022
1 parent 7dc2009 commit 6bae86d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { displayB } from "../packages/b/src/index";
import { displayB } from "../packages/b/src/index.ts";
async function display() {
const displayA = await import("../packages/a/src/index").then((c)=>c.displayA);
const displayA = await import("../packages/a/src/index.ts").then((c)=>c.displayA);
console.log(displayA());
console.log(displayB());
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./rel.js";
import "./rel.ts";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./src/feat.js";
import "./src/feat.ts";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./src/rel.decorator.js";
import "./src/rel.decorator.ts";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./src/rel.decorator";
import "./src/rel.decorator.ts";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./src/rel.decorator.js";
import "./src/rel.decorator.ts";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./src/rel.decorator";
import "./src/rel.decorator.ts";

0 comments on commit 6bae86d

Please sign in to comment.