Skip to content

Commit

Permalink
Revert "feat: tt 266 add rejection functions (#942)" (#944)
Browse files Browse the repository at this point in the history
This reverts commit 60d3797.
  • Loading branch information
nghaninn authored Nov 4, 2024
1 parent 60d3797 commit 653ff82
Show file tree
Hide file tree
Showing 73 changed files with 5,986 additions and 5,571 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# https://github.com/drptbl/synpress-setup-example/blob/1d980157ef343de54f786e1115e1da590f1ba1d1/Dockerfile#L1-L12
# FROM synthetixio/docker-e2e:18.16-ubuntu as base
FROM synthetixio/docker-e2e@sha256:d46dd0c38a4a6cf44355dbf583f3bb83c60e445c5508c10d7680c5a30dc81d8a as base
FROM synthetixio/docker-e2e:18.16-ubuntu as base

RUN mkdir /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
command: >
bash -c 'echo -n "======> local noVNC URL:
http://localhost:8080/vnc.html?autoconnect=true " && npx wait-on
http://display:8080 && npm ci && npx cypress install --force && npm run integration:headful'
http://display:8080 && npm ci && npm run build:sitemap && npm run integration:headful'
networks:
- x11
display:
Expand Down
18 changes: 0 additions & 18 deletions hardhat.config.js

This file was deleted.

4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ module.exports = {
"<rootDir>/_mocks_/fileMock.js",
"\\.(css|sass|scss)$": "identity-obj-proxy",
"^swiper/css(/.*)?$": "<rootDir>/_mocks_/fileMock.js",
"node:stream": "<rootDir>/node_modules/stream-browserify",
"node:util": "<rootDir>/node_modules/util",
"node:events": "<rootDir>/node_modules/events",
"node:process": "<rootDir>/node_modules/process",
},
testEnvironment: "jest-environment-jsdom",
setupFiles: ["<rootDir>/jest.setup.ts"],
Expand Down
6 changes: 0 additions & 6 deletions jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import debug from "debug";
import { TextEncoder, TextDecoder } from "util";
Object.assign(global, {
TextDecoder,
TextEncoder,
});
// jest.setup.js

// Jest swallows stderr from debug, so if process is called with DEBUG then redirect debug to console.log
if (process.env.DEBUG) {
Expand Down
Loading

0 comments on commit 653ff82

Please sign in to comment.