Skip to content

Commit

Permalink
Rename kbn-expect to osd-expect (#37) (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Bishoy Boktor <[email protected]>
  • Loading branch information
boktorbb authored and kavilla committed Mar 20, 2021
1 parent c899a1d commit 5b9c2a6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> NOTE: This is a local fork of https://github.com/Automattic/expect.js
# @kbn/expect
# @osd/expect

Minimalistic BDD assertion toolkit based on
[should.js](http://github.com/visionmedia/should.js)
Expand All @@ -17,7 +17,7 @@ expect(window).not.to.be.an(Image);

- Cross-browser: works on IE6+, Firefox, Safari, Chrome, Opera.
- Compatible with all test frameworks.
- Node.JS ready (`require('@kbn/expect')`).
- Node.JS ready (`require('@osd/expect')`).

## API

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@kbn/expect",
"name": "@osd/expect",
"main": "./expect.js",
"version": "1.0.0",
"license": "MIT",
"private": true,
"kibana": {
"opensearchDashboards": {
"devOnly": true
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "../../build/tsbuildinfo/packages/kbn-expect"
"tsBuildInfoFile": "../../build/tsbuildinfo/packages/osd-expect"
},
"include": [
"expect.js.d.ts"
]
}
}

0 comments on commit 5b9c2a6

Please sign in to comment.