Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deprecated-packages/box/src/Box.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable jest/expect-expect */
import React from 'react';
import { cleanup, render } from '@testing-library/react';
import { axe } from 'jest-axe';
Expand Down
2 changes: 1 addition & 1 deletion packages/emotion/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '5.0.2';
export const VERSION = '5.0.3';
1 change: 1 addition & 0 deletions tools/install/src/ALL_PACKAGES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const ALL_PACKAGES = [
'@leafygreen-ui/code',
'@leafygreen-ui/code-editor',
'@leafygreen-ui/combobox',
'@leafygreen-ui/compound-component',
'@leafygreen-ui/confirmation-modal',
'@leafygreen-ui/context-drawer',
'@leafygreen-ui/copyable',
Expand Down
2 changes: 1 addition & 1 deletion tools/test/config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
testEnvironment: 'jsdom',

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
testPathIgnorePatterns: ['/node_modules/'],
testPathIgnorePatterns: ['/node_modules/', '/deprecated-packages/'],

// The regexp pattern Jest uses to detect test files
testRegex: '.spec.[jt]sx?$',
Expand Down
2 changes: 1 addition & 1 deletion tools/test/config/react17/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
testEnvironment: 'jsdom',

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
testPathIgnorePatterns: ['/node_modules/'],
testPathIgnorePatterns: ['/node_modules/', '/deprecated-packages/'],

// The regexp pattern Jest uses to detect test files
testRegex: '.spec.[jt]sx?$',
Expand Down
Loading