Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Sep 16, 2024
1 parent 0790ced commit a32e9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/browser/element.vdiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ describe('element-different', () => {
} catch (ex) {
fail = true;
}

expect(fail, 'current and golden images to be different').equal(!isGolden);

if (!isGolden) {
Expand Down
2 changes: 1 addition & 1 deletion test/browser/vdiff.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { argv, env } from 'node:process';
import { dirname, join } from 'node:path';
import { copyFile, readFile, writeFile } from 'node:fs/promises';
import { dirname, join } from 'node:path';
import { PATHS } from '../../src/server/paths.js';
import { PNG } from 'pngjs';

Expand Down

0 comments on commit a32e9a0

Please sign in to comment.