We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6818c commit f997615Copy full SHA for f997615
yarn-project/end-to-end/src/e2e_orderbook.test.ts
@@ -9,9 +9,7 @@ import { setup } from './fixtures/utils.js';
9
10
const TIMEOUT = 120_000;
11
12
-// TODO(#14525): Write thorough Orderbook tests. Currently we test only a happy path here because we will migrate these
13
-// tests to TXE once TXE 2.0 is ready. Didn't write it in TXE now as there is no way to obtain public events and all of
14
-// TXE will be rewritten soon.
+// Unhappy path tests are written only in Noir.
15
describe('Orderbook', () => {
16
jest.setTimeout(TIMEOUT);
17
0 commit comments