viewer now correctly positions model the same as in openscad. #78
Annotations
10 errors
|
test/e2e/WriteMode.test.ts > eleventy.write() > input/cubes/cube1.scad > output/cubes/cube1/index.html:
test/e2e/WriteMode.test.ts#L69
Error: /home/runner/work/eleventy-plugin-scad/eleventy-plugin-scad/test/_11ty/output/cubes/cube1/index.html does not exist
❯ test/e2e/WriteMode.test.ts:69:22
|
|
test/e2e/WriteMode.test.ts > eleventy.write() > input/cubes/cube1.scad > output/cubes/cube1/cube1.stl:
test/e2e/WriteMode.test.ts#L64
Error: /home/runner/work/eleventy-plugin-scad/eleventy-plugin-scad/test/_11ty/output/cubes/cube1/cube1.stl does not exist
❯ test/e2e/WriteMode.test.ts:64:20
|
|
test/e2e/JsonMode.test.ts > input/cubes/cube2.scad > has valid HTML content:
test/e2e/JsonMode.test.ts#L70
Error: undefined does start with "<!doctype html>"
❯ test/e2e/JsonMode.test.ts:70:19
|
|
test/e2e/JsonMode.test.ts > input/cubes/cube2.scad > has the correct output path:
test/e2e/JsonMode.test.ts#L65
Error: undefined does end with "output/cubes/cube2/index.html"
❯ test/e2e/JsonMode.test.ts:65:28
|
|
test/e2e/JsonMode.test.ts > input/cubes/cube2.scad > has the correct input path:
test/e2e/JsonMode.test.ts#L61
Error: undefined does end with "input/cubes/cube2.scad"
❯ test/e2e/JsonMode.test.ts:61:27
|
|
test/e2e/JsonMode.test.ts > input/cubes/cube2.scad > has the correct URL:
test/e2e/JsonMode.test.ts#L57
AssertionError: expected undefined to be '/cubes/cube2/' // Object.is equality
- Expected:
"/cubes/cube2/"
+ Received:
undefined
❯ test/e2e/JsonMode.test.ts:57:21
|
|
test/e2e/JsonMode.test.ts > input/cubes/cube1.scad > has valid HTML content:
test/e2e/JsonMode.test.ts#L70
Error: undefined does start with "<!doctype html>"
❯ test/e2e/JsonMode.test.ts:70:19
|
|
test/e2e/JsonMode.test.ts > input/cubes/cube1.scad > has the correct output path:
test/e2e/JsonMode.test.ts#L65
Error: undefined does end with "output/cubes/cube1/index.html"
❯ test/e2e/JsonMode.test.ts:65:28
|
|
test/e2e/JsonMode.test.ts > input/cubes/cube1.scad > has the correct input path:
test/e2e/JsonMode.test.ts#L61
Error: undefined does end with "input/cubes/cube1.scad"
❯ test/e2e/JsonMode.test.ts:61:27
|
|
test/e2e/JsonMode.test.ts > input/cubes/cube1.scad > has the correct URL:
test/e2e/JsonMode.test.ts#L57
AssertionError: expected undefined to be '/cubes/cube1/' // Object.is equality
- Expected:
"/cubes/cube1/"
+ Received:
undefined
❯ test/e2e/JsonMode.test.ts:57:21
|