run babel tests in ci & rm module name #727
Annotations
2 errors and 2 warnings
tests-babel/transform.test.js#L41
Error: Snapshot `convert templates > should set explicit name for template only components 1` mismatched
- Expected
+ Received
@@ -4,10 +4,10 @@
const toc = setComponentTemplate(createTemplateFactory(
/*
some content
*/
{
- "id": "xn207nfA",
+ "id": "/2SLviAO",
"block": "[[[1,\"some content\"]],[],false,[]]",
- "moduleName": "/rewritten-app/components/a.hbs",
+ "moduleName": "/tmp/path/my-app/node_modules/rewritten-app/components/a.hbs",
"isStrictMode": true
- }), templateOnly("a.hbs", "a:toc"));"
+ }), templateOnly("components/a.hbs", "a:toc"));"
❯ tests-babel/transform.test.js:41:25
|
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading