Skip to content

Commit b4a1d28

Browse files
wip(tests): minor modification
1 parent 5dd704a commit b4a1d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ const { defaultFilesFactory, createPage } = require('./testsTools.js');
657657
}
658658
});
659659

660-
await expect(page.$eval('#app', el => el.innerHTML)).resolves.toMatch(/.*[CDATA[10]].*/);
660+
await expect(page.$eval('#app', el => el.innerHTML)).resolves.toMatch('[CDATA[10]]');
661661
});
662662

663663

0 commit comments

Comments
 (0)