Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinkuu committed Sep 5, 2024
1 parent f91b8ac commit 2b9eae6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/k6chai.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { expect as expect4340, describe as describe4340 } from '../lib/k6chaijs/
import { expect as expect4341, describe as describe4341 } from '../lib/k6chaijs/4.3.4.1/index.js'
import { expect as expect4342, describe as describe4342 } from '../lib/k6chaijs/4.3.4.2/index.js'
import { expect as expect4343, describe as describe4343 } from '../lib/k6chaijs/4.3.4.3/index.js'
import { expect as expect4501, describe as describe4501 } from '../lib/k6chaijs/4.5.0.1/index.js'

export default function testk6chaijs() {
const expected = 'k6chaijs'
Expand All @@ -22,4 +23,8 @@ export default function testk6chaijs() {
describe4343('k6chaijs v4.3.4.3 test', () => {
expect4343(expected, alias).to.equal(expected)
})

describe4501('k6chaijs v4.5.0.1 test', () => {
expect4501(expected, alias).to.equal(expected)
})
}

0 comments on commit 2b9eae6

Please sign in to comment.