Skip to content

Commit b2a0b11

Browse files
committed
chore: Add some skipped tests to fill out later
1 parent bc4d888 commit b2a0b11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/service-module/model-methods.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ describe('Models - Methods', function () {
239239
assert(!store.state.tasks.tempsById[tempId], 'temp was removed')
240240
})
241241

242+
it.skip('instance.remove removes cloned records from the store', function () {})
243+
it.skip('instance.remove removes cloned records from the Model.copiesById', function () {})
244+
it.skip('removes clone and original upon calling clone.remove()', function () {})
245+
242246
it('instance methods still available in store data after updateItem mutation (or socket event)', async function () {
243247
const { Letter, store, lettersService } = makeContext()
244248
let letter = new Letter({ name: 'Garmadon', age: 1025 })

0 commit comments

Comments
 (0)