Skip to content

Commit 6879cbe

Browse files
committed
fix: node test runner is not fond of non-ASCII chars
1 parent 3662eee commit 6879cbe

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.json 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)