Skip to content

Commit bdfebd4

Browse files
committed
fix: node test runner is still unhappy
1 parent 6879cbe commit bdfebd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import assert from 'node:assert'
33
import { test } from 'node:test'
44
import { fileURLToPath } from 'node:url'
55

6-
test('project without angular.json fails the plugin execution but does not error', async () => {
6+
test('project without angular config file fails the plugin execution but does not error', async () => {
77
const { severityCode, success } = await build({
88
repositoryRoot: fileURLToPath(new URL('./fixtures/non-angular-project', import.meta.url)),
99
})

0 commit comments

Comments
 (0)