Removed unused Jest configuration

This commit is contained in:
Alexandre Paillier
2022-05-30 14:20:23 +02:00
parent fa7c4476d7
commit af67739aeb
2 changed files with 0 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import { expect } from "../jest";
import { TransportStatusError } from "@ledgerhq/errors";
import { waitForAppScreen, zemu, nano_models } from './test.fixture';
import Zemu from '@zondax/zemu';