@japa/expect
Advanced tools
+1
-1
@@ -6,3 +6,3 @@ import { default as jestExpect } from 'expect'; | ||
| */ | ||
| export declare type Expect = typeof jestExpect; | ||
| export type Expect = typeof jestExpect; | ||
| /** | ||
@@ -9,0 +9,0 @@ * Expect plugin for "@japa/runner" |
+1
-1
@@ -5,3 +5,3 @@ "use strict"; | ||
| * | ||
| * (c) Harminder Virk <virk@adonisjs.com> | ||
| * (c) Japa.dev | ||
| * | ||
@@ -8,0 +8,0 @@ * For the full copyright and license information, please view the LICENSE |
+15
-15
| { | ||
| "name": "@japa/expect", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "Assertion package built on top of Jest expect", | ||
@@ -37,22 +37,22 @@ "main": "build/index.js", | ||
| "@adonisjs/mrm-preset": "^5.0.3", | ||
| "@adonisjs/require-ts": "^2.0.12", | ||
| "@japa/runner": "^2.1.1", | ||
| "@types/node": "^18.7.14", | ||
| "commitizen": "^4.2.5", | ||
| "@adonisjs/require-ts": "^2.0.13", | ||
| "@japa/runner": "^2.2.3", | ||
| "@types/node": "^18.13.0", | ||
| "commitizen": "^4.3.0", | ||
| "cz-conventional-changelog": "^3.3.0", | ||
| "del-cli": "^5.0.0", | ||
| "eslint": "^8.23.0", | ||
| "eslint-config-prettier": "^8.5.0", | ||
| "eslint-plugin-adonis": "^2.1.0", | ||
| "eslint": "^8.33.0", | ||
| "eslint-config-prettier": "^8.6.0", | ||
| "eslint-plugin-adonis": "^2.1.1", | ||
| "eslint-plugin-prettier": "^4.2.1", | ||
| "github-label-sync": "^2.2.0", | ||
| "husky": "^8.0.1", | ||
| "husky": "^8.0.3", | ||
| "japa": "^4.0.0", | ||
| "mrm": "^4.1.0", | ||
| "np": "^7.6.2", | ||
| "prettier": "^2.7.1", | ||
| "typescript": "^4.8.2" | ||
| "mrm": "^4.1.13", | ||
| "np": "^7.6.3", | ||
| "prettier": "^2.8.3", | ||
| "typescript": "^4.9.5" | ||
| }, | ||
| "peerDependencies": { | ||
| "@japa/runner": "^2.1.1" | ||
| "@japa/runner": "^2.2.3" | ||
| }, | ||
@@ -112,3 +112,3 @@ "mrmConfig": { | ||
| "dependencies": { | ||
| "expect": "^29.0.1" | ||
| "expect": "^29.4.1" | ||
| }, | ||
@@ -115,0 +115,0 @@ "publishConfig": { |
+1
-1
@@ -39,3 +39,3 @@ # @japa/expect | ||
| [github-actions-image]: https://img.shields.io/github/workflow/status/japa/expect/test?style=for-the-badge | ||
| [github-actions-image]: https://img.shields.io/github/actions/workflow/status/japa/expect/test.yml?style=for-the-badge | ||
@@ -42,0 +42,0 @@ [npm-image]: https://img.shields.io/npm/v/@japa/expect.svg?style=for-the-badge&logo=npm |
6702
-0.31%Updated