Merge pull request #30 from dev-five-git/fix-file-dep-issue #98
Annotations
2 errors and 1 warning
|
packages/webpack-plugin/src/__tests__/plugin.test.ts > devupUIPlugin > should catch error:
packages/webpack-plugin/src/__tests__/plugin.test.ts#L146
AssertionError: expected "spy" to be called with arguments: [ 'custom-devup.json' ]
Received:
1st spy call:
Array [
- "custom-devup.json",
+ "/home/runner/work/devup-ui/devup-ui/custom-devup.json",
]
Number of calls: 1
❯ packages/webpack-plugin/src/__tests__/plugin.test.ts:146:17
|
|
publish
Process completed with exit code 1.
|
|
publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|