Skip to content

Commit

Permalink
fix file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Nov 3, 2020
1 parent 6a0af93 commit b6f8257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/functional_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const alwaysImportedTests = [
require.resolve('../test/functional/config.js'),
require.resolve('../test/plugin_functional/config.ts'),
require.resolve('../test/ui_capabilities/newsfeed_err/config.ts'),
require.resolve('../test/new_visualize_flow/config.js'),
require.resolve('../test/new_visualize_flow/config.ts'),
require.resolve('../test/security_functional/config.ts'),
];
// eslint-disable-next-line no-restricted-syntax
Expand Down
2 changes: 1 addition & 1 deletion tasks/function_test_groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const getDefaultArgs = (tag) => {
'--bail',
'--debug',
'--config',
'test/new_visualize_flow/config.js',
'test/new_visualize_flow/config.ts',
'--config',
'test/security_functional/config.ts',
];
Expand Down

0 comments on commit b6f8257

Please sign in to comment.