We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aeaa8b commit 025bec0Copy full SHA for 025bec0
packages/runtime/test/runtime.test.ts
@@ -975,7 +975,7 @@ describe('runtime', () => {
975
expect(unsetRes.data).toMatchSnapshot()
976
}, 30000)
977
978
- test.only('runtime operations on models with immutable field', async () => {
+ test('runtime operations on models with immutable field', async () => {
979
const postWithImmutableFieldSchema = `
980
interface TestInterface @createModel(description: "Test interface with immutable field") {
981
testField: String @string(maxLength: 50) @immutable
0 commit comments