Skip to content

Commit ec76851

Browse files
Bump chai from 4.4.1 to 5.1.1 (#104)
* Bump chai from 4.4.1 to 5.1.1 Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.1. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v5.1.1) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update chai import --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Illia Antypenko <[email protected]>
1 parent 7cae89b commit ec76851

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"c8": "^9.1.0",
27-
"chai": "^4.2.0",
27+
"chai": "^5.1.1",
2828
"eslint": "^8.5.0",
2929
"finalhandler": "^1.1.2",
3030
"fs-extra": "^11.1.0",

test/puppeteer-plugin.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
import chai from 'chai';
1+
import { expect } from 'chai';
22
import http from 'http';
33
import finalhandler from 'finalhandler';
44
import serveStatic from 'serve-static';
55
import fs from 'fs-extra';
66
import scrape from 'website-scraper';
77
import PuppeteerPlugin from '../lib/index.js';
88

9-
const { expect } = chai;
10-
119
const directory = './test/tmp';
1210
const SERVE_WEBSITE_PORT = 4567;
1311

0 commit comments

Comments
 (0)