Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump @types/jest from 29.4.3 to 29.5.0 (#1243)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent 2680a9b commit 7cd732e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@babel/register": "7.21.0",
"@jest/globals": "29.5.0",
"@types/common-tags": "1.8.1",
"@types/jest": "29.4.3",
"@types/jsonwebtoken": "9.0.1",
"@types/mz": "2.7.4",
"@types/request": "2.48.8",
Expand Down
2 changes: 1 addition & 1 deletion tests/PseudoProgress.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { fileURLToPath } from 'url';

import { jest } from '@jest/globals';
import { jest, describe, beforeEach, expect, it } from '@jest/globals';

import PseudoProgress from '../src/PseudoProgress.js';

Expand Down
2 changes: 1 addition & 1 deletion tests/amo-client.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';
import { fileURLToPath } from 'url';

import jwt from 'jsonwebtoken';
import { jest } from '@jest/globals';
import { jest, describe, beforeEach, expect, it } from '@jest/globals';

import * as amoClient from '../src/amo-client';
import { MockRequest, MockProgress } from './helpers';
Expand Down
1 change: 1 addition & 0 deletions tests/functional/imports.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import path from 'path';
import { execSync } from 'child_process';
import { fileURLToPath } from 'url';

import { beforeAll, describe, it } from '@jest/globals';
import shell from 'shelljs';
import tmp from 'tmp';

Expand Down
2 changes: 1 addition & 1 deletion tests/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import path from 'path';
import { fileURLToPath } from 'url';

import { jest } from '@jest/globals';
import { jest, beforeEach, expect, describe, it } from '@jest/globals';

import { signAddonAndExit } from '../src/index.js';

Expand Down

0 comments on commit 7cd732e

Please sign in to comment.