Skip to content

Commit

Permalink
revert mockEventTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Dec 24, 2024
1 parent 21f1b38 commit 9a0c817
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 46 deletions.
1 change: 0 additions & 1 deletion dockerfiles/Dockerfile.browser
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconf
ADD min_packages.tar .
COPY .rollup ./.rollup
COPY bin ./bin
COPY jest ./jest
COPY packages ./packages

RUN npm install
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ COPY .rollup ./.rollup
COPY bin ./bin
COPY scripts ./scripts
COPY test ./test
COPY jest ./jest
COPY packages ./packages

RUN npm install --unsafe-perm
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconf
ADD min_packages.tar .
COPY .rollup ./.rollup
COPY bin ./bin
COPY jest ./jest
COPY packages ./packages

RUN npm install
Expand Down
4 changes: 1 addition & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ module.exports = {
'plugin-simple-throttle',
'plugin-console-breadcrumbs',
'plugin-browser-session'
], {
setupFiles: ['<rootDir>/jest/setup/mockEventTarget.js']
}),
]),
project('react native', [
'react-native',
'delivery-react-native',
Expand Down
40 changes: 0 additions & 40 deletions jest/setup/mockEventTarget.js

This file was deleted.

0 comments on commit 9a0c817

Please sign in to comment.