Skip to content

Commit

Permalink
v4.0.2 - Update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jan 22, 2024
1 parent 243f801 commit 26287c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"types": "./index.d.ts",
"engines": {
"node": ">= 15"
"node": ">= 18"
},
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion src/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('test if extract() with some popular providers', () => {
const cases = [
{
input: {
url: 'https://youtu.be/qQpb1oCernE',
url: 'https://youtu.be/iQzwqZgr8Hc',
file: './test-data/youtube.json',
},
expected: {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/fetchEmbed.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('test if fetchEmbed() works correctly', () => {
const cases = [
{
input: {
url: 'https://youtu.be/qQpb1oCernE',
url: 'https://youtu.be/iQzwqZgr8Hc',
file: './test-data/youtube.json',
},
expected: {
Expand Down

0 comments on commit 26287c7

Please sign in to comment.