mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Move newIDE test files next to the test source files (no __tests__ folder)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { fuzzyOrEmptyFilter } from '../FuzzyOrEmptyFilter';
|
||||
import { fuzzyOrEmptyFilter } from './FuzzyOrEmptyFilter';
|
||||
|
||||
describe('FuzzyOrEmptyFilter', () => {
|
||||
it('filter as expected', () => {
|
@@ -5,8 +5,8 @@ import {
|
||||
saveToHistory,
|
||||
undo,
|
||||
redo,
|
||||
} from '../History';
|
||||
import { makeTestProject } from '../../fixtures/TestProject';
|
||||
} from './History';
|
||||
import { makeTestProject } from '../fixtures/TestProject';
|
||||
const gd = global.gd;
|
||||
|
||||
describe('History', () => {
|
Reference in New Issue
Block a user