Skip to content

Commit

Permalink
Merge pull request #58 from mcarvin8/fix/test_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoliveira authored Oct 20, 2024
2 parents 85bc7ff + 2363699 commit 424e112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/readers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { queue } from 'async';
import { parseTestsNames, parseTestSuiteFile, parseTestSuitesNames } from './parsers.js';
import { SearchResult } from './types.js';

const TEST_NAME_REGEX = /(@Tests).+/g;
const TEST_NAME_REGEX = /(@tests).+/gi;
const TEST_SUITE_NAME_REGEX = /(@testsuites).+/gi;
const TEST_CLASS_ANNOTATION_REGEX = /@istest\n(private|public|global)/gi;

Expand Down

0 comments on commit 424e112

Please sign in to comment.