Skip to content

Commit

Permalink
Update packages/squiggle-lang/__tests__/SqProject/SqProject_imports_t…
Browse files Browse the repository at this point in the history
…est.ts

Co-authored-by: Vyacheslav Matyukhin <[email protected]>
  • Loading branch information
OAGr and berekuk authored Jan 16, 2024
1 parent 3611c7d commit 736ed80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lib.x`
);
});

test.only("Known import", async () => {
test("Known import", async () => {
const project = SqProject.create({
linker: buildNaiveLinker({
"./lib": "export x = 5",
Expand Down

0 comments on commit 736ed80

Please sign in to comment.