Skip to content

Commit ace2ec3

Browse files
committed
fix windows test
1 parent cef0515 commit ace2ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/test/integration/plugin-assets.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('plugin source hygiene', () => {
112112

113113
const checkWithMaterializedCore = runSync(root, ['--check'])
114114
assert.notStrictEqual(checkWithMaterializedCore.status, 0)
115-
assert.match(outputText(checkWithMaterializedCore.stderr), /packages\/core\/skills/)
115+
assert.match(outputText(checkWithMaterializedCore.stderr), /packages[\\/]core[\\/]skills/)
116116

117117
const clean = runSync(root)
118118
assert.strictEqual(clean.status, 0, outputText(clean.stderr))

0 commit comments

Comments
 (0)