Skip to content

Commit

Permalink
Add comment explaining -old suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Nov 22, 2023
1 parent 06a82d6 commit 40dbd13
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/test/src/integration-tests-old.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/* eslint @typescript-eslint/no-non-null-assertion: 0 */

/**
* Our most recent style of integration tests are those in the
* integration-tests/ directory. This file has been given the suffix -old to
* distinguish the different variants.
*/
import path from 'node:path';
import v8 from 'node:v8';
import { readFileSync } from 'node:fs';
Expand Down
6 changes: 6 additions & 0 deletions packages/test/src/test-integration-codec-old.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Our most recent style of integration tests are those in the
* integration-tests/ directory. This file has been given the suffix -old to
* distinguish the different variants.
*/

import { RUN_INTEGRATION_TESTS, ByteSkewerPayloadCodec } from './helpers';
import { runIntegrationTests } from './integration-tests-old';

Expand Down
6 changes: 6 additions & 0 deletions packages/test/src/test-integration-old.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Our most recent style of integration tests are those in the
* integration-tests/ directory. This file has been given the suffix -old to
* distinguish the different variants.
*/

import { RUN_INTEGRATION_TESTS } from './helpers';
import { runIntegrationTests } from './integration-tests-old';

Expand Down

0 comments on commit 40dbd13

Please sign in to comment.