Skip to content

Commit d43533e

Browse files
authored
Merge pull request #285 from mlabs-haskell/updated-flake-lock
`flake.lock`: Update
2 parents 8a1e779 + 4188543 commit d43533e

File tree

6 files changed

+65
-97
lines changed

6 files changed

+65
-97
lines changed

flake.lock

Lines changed: 56 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testsuites/lbt-plutus/lbt-plutus-typescript/src/Json-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { describe, it } from "node:test";
22

3-
import * as Utils from "./Utils.js";
3+
import * as Utils from "./Utils.ts";
44

5-
import * as Goldens from "./Goldens.js";
5+
import * as Goldens from "./Goldens.ts";
66

77
import * as LbrPrelude from "lbr-prelude";
88
import * as PreludeJson from "prelude/Json.js";

testsuites/lbt-plutus/lbt-plutus-typescript/src/PlutusData-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { describe, it } from "node:test";
22

3-
import * as Utils from "./Utils.js";
3+
import * as Utils from "./Utils.ts";
44

5-
import * as Goldens from "./Goldens.js";
5+
import * as Goldens from "./Goldens.ts";
66

77
import * as LbrPrelude from "lbr-prelude";
88
import * as PreludeJson from "prelude/Json.js";

0 commit comments

Comments
 (0)