Archived
2

deleting a material is rejected if it is referenced by a sample

This commit is contained in:
VLE2FE
2020-05-08 09:58:12 +02:00
parent 63a5f5ebd1
commit 16a1cf5ba8
12 changed files with 50 additions and 18 deletions

View File

@ -2,7 +2,7 @@ import should from 'should/as-function';
import SampleModel from '../models/sample';
import NoteModel from '../models/note';
import NoteFieldModel from '../models/note_field';
import TestHelper from "../helpers/test";
import TestHelper from "../test/helper";
describe('/sample', () => {