mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 12:27:53 +00:00
refactor: moves /tests/fixtures to /fixtures
This commit is contained in:
parent
7661bcb069
commit
fd8b16afe2
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { produce } from 'immer';
|
||||
import { sceneInput } from '../scene';
|
||||
import { scene as sceneFixture } from '../../tests/fixtures/scene';
|
||||
import { scene as sceneFixture } from '../../fixtures/scene';
|
||||
|
||||
describe('scene validation works correctly', () => {
|
||||
test('scene fixture is valid', () => {
|
||||
|
|
Loading…
Reference in a new issue