diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-14 22:26:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 03:26:29 +0000 |
commit | 6bf7b0055765c4f2011c9614753d6714dc09be65 (patch) | |
tree | 0e782ae66556eaa61a34d9f32d77c831b2443ce5 /test/playwright/global.teardown.js | |
parent | 7a4096240ce4faf70a785d047945388baa0daab3 (diff) |
Eslint rule updates (#673)
* Install unicorn
* Add rules
* Fix issues
* Install sonarjs
* Set up rules
* Fix issues
* Install eslint-plugin-import and fix import extensions
* Simplify permitted error names
Diffstat (limited to 'test/playwright/global.teardown.js')
-rw-r--r-- | test/playwright/global.teardown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/playwright/global.teardown.js b/test/playwright/global.teardown.js index f3d8897f..e747e5fd 100644 --- a/test/playwright/global.teardown.js +++ b/test/playwright/global.teardown.js @@ -18,7 +18,7 @@ import {test as teardown} from '@playwright/test'; import fs from 'fs'; import path from 'path'; -import {root} from './playwright-util'; +import {root} from './playwright-util.js'; const manifestPath = path.join(root, 'ext/manifest.json'); const copyManifestPath = path.join(root, 'ext/manifest-old.json'); |