Skip to content

Commit

Permalink
Simpler test exports
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Aug 21, 2024
1 parent 3c35d44 commit 2755e84
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 96 deletions.
4 changes: 0 additions & 4 deletions collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

export const testableUrls = new Map<string, string[]>();

export function addTests(test: string, urls: string[]): void {
TEST: testableUrls.set(test, urls);
}

export function getTests(detectName: string): string[] {
if (detectName === 'combinedTestOnly') {
return ['combinedTestOnly'];
Expand Down
Loading

0 comments on commit 2755e84

Please sign in to comment.