Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 7, 2023
1 parent 419f513 commit f37dc8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,19 @@
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@japa/core": "^8.0.0-6",
"@japa/errors-printer": "3.0.0-4",
"@japa/runner": "^3.0.0-8",
"@japa/errors-printer": "^3.0.0",
"@japa/runner": "^3.0.0",
"@swc/core": "1.3.82",
"@types/luxon": "^3.3.2",
"@types/node": "^20.6.5",
"@types/node": "^20.8.3",
"c8": "^8.0.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"github-label-sync": "^2.3.1",
"glob": "^10.3.7",
"glob": "^10.3.10",
"husky": "^8.0.3",
"luxon": "^3.4.3",
"np": "^8.0.4",
Expand All @@ -63,10 +62,10 @@
"@poppinss/macroable": "^1.0.0-8",
"@types/chai": "^4.3.6",
"api-contract-validator": "^2.2.8",
"chai": "^4.3.8"
"chai": "^4.3.10"
},
"peerDependencies": {
"@japa/runner": "^3.0.0-8"
"@japa/runner": "^3.0.0"
},
"author": "virk,japa",
"license": "MIT",
Expand Down
5 changes: 2 additions & 3 deletions test/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@

import { test } from 'node:test'
import { assert as chaiAssert } from 'chai'
import { Emitter, Refiner } from '@japa/core'
import { TestContext, Test } from '@japa/runner/core'
import { TestContext, Test, Emitter, Refiner } from '@japa/runner/core'

import { assert } from '../index.js'
import { wrapAssertions } from '../test_helpers/index.js'
import { Assert } from '../src/assert/main.js'
import { wrapAssertions } from '../test_helpers/index.js'

test.describe('Plugin', () => {
test('add assert property to test context', async () => {
Expand Down

0 comments on commit f37dc8d

Please sign in to comment.