Skip to content

Commit

Permalink
Update dependency @cloudfour/eslint-plugin to v23 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent 857aa7f commit bcb0851
Show file tree
Hide file tree
Showing 14 changed files with 117 additions and 372 deletions.
8 changes: 6 additions & 2 deletions examples/menu/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import * as path from 'node:path';

import { Liquid } from 'liquidjs';
import type { PleasantestUtils } from 'pleasantest';
import { devices, getAccessibilityTree, withBrowser } from 'pleasantest';
import {
type PleasantestUtils,
devices,
getAccessibilityTree,
withBrowser,
} from 'pleasantest';

const iPhone = devices['iPhone 11'];

Expand Down
Loading

0 comments on commit bcb0851

Please sign in to comment.