Skip to content

Commit

Permalink
update integration test script
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 29, 2024
1 parent 0c05ba8 commit 1c3af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-integration.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import puppeteer from 'puppeteer';
import fetch from 'node-fetch';
import assert from 'assert';
import {diff} from 'jest-diff';
import css from './native.js';
import * as css from 'lightningcss';

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

0 comments on commit 1c3af71

Please sign in to comment.