Skip to content

Commit

Permalink
Change structure in manual tests so that utils and data JS files are …
Browse files Browse the repository at this point in the history
…not treated as manual tests.
  • Loading branch information
scofalik committed Oct 2, 2024
1 parent d45a814 commit 84b80ce
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/manual/performance/2024/init-single.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

/* globals console, window, document */

import config from './config';
import allDataSets from './data/generated/index.js';
import config from '../../../_utils/performance-config.js';
import allDataSets from '../../../_data/generated/index.js';
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js';

const initialData = allDataSets.paragraphs();
Expand Down
4 changes: 2 additions & 2 deletions tests/manual/performance/2024/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

/* globals console, window, document */

import config from './config';
import allDataSets from './data/generated/index.js';
import config from '../../../_utils/performance-config.js';
import allDataSets from '../../../_data/generated/index.js';
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js';

// TEST CONFIG.
Expand Down

0 comments on commit 84b80ce

Please sign in to comment.