Skip to content

Commit f204e19

Browse files
committed
disable readonly model data in test
1 parent 73f2a9f commit f204e19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/index.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ describe('feathers-vuex', () => {
3636
}
3737
})
3838
})
39+
40+
// Disable readonly models in test
41+
declare module '../src' {
42+
interface FeathersVuexTypeOptions {
43+
'model-readonly': false
44+
}
45+
}

0 commit comments

Comments
 (0)