Skip to content

Commit 5b98a50

Browse files
committed
fix test with new default export
1 parent e3fb952 commit 5b98a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ test("Nest", async ({}, testInfo) => {
100100
expect(config).toMatchObject({
101101
...sharedConfig,
102102
conversionServer: "https://converter.deepnest.app/convert",
103-
dxfExportScale: "72",
103+
dxfExportScale: "1",
104104
dxfImportScale: "1",
105105
endpointTolerance: 0.36,
106106
units: "mm",

0 commit comments

Comments
 (0)