Skip to content

run babel tests in ci & rm module name #729

run babel tests in ci & rm module name

run babel tests in ci & rm module name #729

Triggered via pull request September 22, 2024 14:48
Status Failure
Total duration 36s
Artifacts

ci.yml

on: pull_request
Floating Deps
0s
Floating Deps
Matrix: test-other-os
Matrix: tests-node
Matrix: try-scenarios
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
tests-babel/transform.test.js > convert templates > should set explicit name for template only components: 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
Tests
Process completed with exit code 1.
Linting
Both node-version and node-version-file inputs are specified, only node-version will be used
Tests
Both node-version and node-version-file inputs are specified, only node-version will be used
Tests
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/