Skip to content

Commit

Permalink
[Rename] kbn-test-subj-selector in packages directory to osd-test-sub…
Browse files Browse the repository at this point in the history
…j-selector (#43)

Signed-off-by: Mihir Soni <[email protected]>
  • Loading branch information
mihirsoni authored and kavilla committed Mar 20, 2021
1 parent 9129157 commit 8887c74
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

const testSubjSelector = require('../');
const expect = require('@kbn/expect');
const expect = require('@osd/expect');

describe('testSubjSelector()', function () {
it('converts subjectSelectors to cssSelectors', function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
*/

// eslint-disable-next-line import/no-default-export
export default function kbnTestSubjSelector(selector: string): string;
export default function osdTestSubjSelector(selector: string): string;
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@kbn/test-subj-selector",
"name": "@osd/test-subj-selector",
"version": "0.2.1",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Spencer Alger <[email protected]>",
"license": "Apache-2.0",
"kibana": {
"opensearchDashboards": {
"devOnly": true
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "../../build/tsbuildinfo/packages/kbn-test-subj-selector"
"tsBuildInfoFile": "../../build/tsbuildinfo/packages/osd-test-subj-selector"
},
"include": [
"index.d.ts"
Expand Down

0 comments on commit 8887c74

Please sign in to comment.