Skip to content

Commit

Permalink
remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzn committed Oct 8, 2024
1 parent 9ae49bf commit 4aeb255
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,6 @@ describe('utils', () => {
expect(arraySize).to.includes.members([2, 3])
})

it('arrayTypeAndSize bool[2][3][8][1]', () => {

const [elemTypeName, arraySize] = arrayTypeAndSize("bool[2][3][8][1]");
expect(elemTypeName).to.equal('bool')
expect(arraySize).to.includes.members([2, 3, 8, 1])
})


it('arrayTypeAndSize bool[2][3][8][1]', () => {

const [elemTypeName, arraySize] = arrayTypeAndSize("bool[2][3][8][1]");
Expand Down

0 comments on commit 4aeb255

Please sign in to comment.