Skip to content

Commit 1c3af71

Browse files
committed
update integration test script
1 parent 0c05ba8 commit 1c3af71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-integration.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import puppeteer from 'puppeteer';
22
import fetch from 'node-fetch';
33
import assert from 'assert';
44
import {diff} from 'jest-diff';
5-
import css from './native.js';
5+
import * as css from 'lightningcss';
66

77
let urls = [
88
'https://getbootstrap.com/docs/5.1/examples/headers/',

0 commit comments

Comments
 (0)