Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions private/react-native-fantom/runner/getFantomTestConfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ export const DEFAULT_FEATURE_FLAGS: FantomTestConfigFeatureFlags = {

const FANTOM_FLAG_FORMAT = /^(\w+):((?:\w+)|\*)$/;

const FANTOM_BENCHMARK_FILENAME_RE = /[Bb]enchmark-itest\./g;
const FANTOM_BENCHMARK_FILENAME_RE = /[Bb]enchmark-itest\./;
const FANTOM_BENCHMARK_SUITE_RE =
/\n(Fantom\.)?unstable_benchmark(\s*)\.suite\(/g;
/\n(Fantom\.)?unstable_benchmark(\s*)\.suite\(/;

const MAX_FANTOM_CONFIGURATION_VARIATIONS = 12;

Expand Down
Loading