Skip to content

Commit

Permalink
test: unskip Int64 tests with ieee754compatible flag enabled (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwma authored Jul 30, 2024
1 parent b659df8 commit 1c5f207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions test/resources/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"body_parser": {
"limit": "110KB"
}
},
"features": {
"ieee754compatible": true
}
}
}
4 changes: 2 additions & 2 deletions test/tests/types.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ describe('graphql - types parsing and validation', () => {
})

// Note: maps to same type as cds.Integer64
xdescribe('cds.Int64', () => {
describe('cds.Int64', () => {
const field = 'myInt64'

test('cds.Int64 is correctly parsed from input literal int value', async () => {
Expand Down Expand Up @@ -854,7 +854,7 @@ describe('graphql - types parsing and validation', () => {
})
})

xdescribe('cds.Integer64', () => {
describe('cds.Integer64', () => {
const field = 'myInteger64'

describe('input literal', () => {
Expand Down

0 comments on commit 1c5f207

Please sign in to comment.