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 <boktorbb@amazon.com>
  • Loading branch information
boktorbb authored and kavilla committed Mar 19, 2021
1 parent c485d7e commit 1c7a995
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 1c7a995

Please sign in to comment.