Formatting #299
Annotations
2 errors
error: expect(received).toEqual(expected):
packages/shared/test/html.test.ts#L22
Expected: "<script>\n alert('not an XSS attack!');\n </script>"
Received: "<script>\n alert('not an XSS attack!');\n </script>"
at /home/runner/work/decorator-next/decorator-next/packages/shared/test/html.test.ts:22:9
|
test
Process completed with exit code 1.
|