mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-26 07:59:10 -05:00
refactor: moves /tests/fixtures to /fixtures
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user