Skip to content

Commit e0a86c2

Browse files
committed
fix test
1 parent c0b0ee6 commit e0a86c2

File tree

1 file changed

+1
-1
lines changed
  • packages/core/integration-tests/test

1 file changed

+1
-1
lines changed

packages/core/integration-tests/test/svg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ describe('svg', function () {
278278
);
279279
assert(svg.includes('<script>'));
280280
assert(svg.includes(`console.log('script')`));
281-
assert(!svg.includes('import '));
281+
assert(!svg.includes('@import '));
282282
});
283283

284284
it('should process inline styles using lang', async function () {

0 commit comments

Comments
 (0)