Skip to content

Commit 77f9c18

Browse files
committed
test: disable readonly model in another test
1 parent 0ab21cb commit 77f9c18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/service-module/model-temp-ids.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,3 +577,10 @@ describe('Models - Temp Ids', function() {
577577
})
578578
})
579579
})
580+
581+
// Disable readonly models in test
582+
declare module '../../src' {
583+
interface FeathersVuexTypeOptions {
584+
'model-readonly': false
585+
}
586+
}

0 commit comments

Comments
 (0)