Skip to content

Commit

Permalink
Bump chai from 4.2.0 to 4.3.4 (#341)
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.4.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@4.2.0...v4.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2021
1 parent 95d15b1 commit 3beffcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/youtube-video-tests.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { YoutubeVideoElement } from '../src/youtube-video';
import sinon from 'sinon/pkg/sinon-esm';
import 'chai/chai.js';
import '../node_modules/chai/chai.js';

declare global {
interface Window {
Expand Down

0 comments on commit 3beffcc

Please sign in to comment.