Created
April 17, 2022 11:06
-
-
Save lloydjatkinson/caf27740b5ca88c38b6942eb23bb87e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@lloydjatkinson ➜ /workspaces/astro-integration-demo/packages/astro-integration-demo-components (master ✗) $ pnpm run test | |
> @lloydjatkinson/[email protected] test /workspaces/astro-integration-demo/packages/astro-integration-demo-components | |
> mocha --parallel --timeout 15000 | |
error Transform failed with 1 error: | |
/workspaces/astro-integration-demo/node_modules/.pnpm/[email protected][email protected]/node_modules/astro-component-tester/.test/test�mS�z/src/pages/index.astro#sourceMappingURL:3:165: ERROR: Syntax error "\x08" | |
File: | |
/workspaces/astro-integration-demo/node_modules/.pnpm/[email protected][email protected]/node_modules/astro-component-tester/.test/test�mS�z/src/pages/index.astro#sourceMappingURL | |
Stacktrace: | |
at failureErrorWithLog (/workspaces/astro-integration-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1603:15) | |
at /workspaces/astro-integration-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1392:29 | |
at /workspaces/astro-integration-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:666:9 | |
at handleIncomingPacket (/workspaces/astro-integration-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:763:9) | |
at Socket.readFromStdout (/workspaces/astro-integration-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:632:7) | |
at Socket.emit (events.js:400:28) | |
at addChunk (internal/streams/readable.js:290:12) | |
at readableAddChunk (internal/streams/readable.js:265:9) | |
at Socket.Readable.push (internal/streams/readable.js:204:10) | |
at Pipe.onStreamRead (internal/stream_base_commons.js:188:23) | |
Example Tests | |
✔ should equal 2 | |
Component test | |
1) "before all" hook for "example component should be empty" | |
1 passing (4s) | |
1 failing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment