Skip to content

Commit 5766c8f

Browse files
committed
removing tempy
1 parent 4a4538f commit 5766c8f

File tree

3 files changed

+1
-55
lines changed

3 files changed

+1
-55
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"bumpp": "10.3.1",
6969
"concurrently": "9.2.1",
7070
"rollup-plugin-copy": "3.5.0",
71-
"tempy": "^3.1.0",
7271
"three": "^0.182.0",
7372
"tsdown": "0.11.13",
7473
"tsx": "4.20.6",

pnpm-lock.yaml

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

test/core/options.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ describe("parseOptions()", () => {
1919
expect(data?.launchPath).toBe("docker:dev");
2020
expect(data?.layout).toBe(SCAD_VIEWER_LAYOUT);
2121
expect(data?.theme).toBe(DEFAULT_PLUGIN_THEME);
22+
expect(data?.thumbnailColorScheme).toBe("Cornfield");
2223
expect(data?.resolveLaunchPath).toBe(true);
2324
expect(data?.collectionPage).toBe(true);
2425
expect(data?.verbose).toBe(true);

0 commit comments

Comments
 (0)