Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Nov 21, 2023
1 parent 166bddc commit ac1beac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions __tests__/bookmarks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ describe('faker/bookmarks', () => {
expect(bookmarks).toBeInstanceOf(Bookmarks)
expect(bookmarks).toHaveProperty('getItems')
expect(bookmarks).toHaveProperty('getItem')
expect(bookmarks).toHaveProperty('getRootItems')
expect(bookmarks).toHaveProperty('getChildrenItems')
expect(bookmarks).toHaveProperty('getRootItem')
expect(bookmarks).toHaveProperty('getChildItem')
expect(bookmarks).toHaveProperty('reset')
})
test('if bookmark has children, each child should have a parentId equals to id of the bookmark', () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plq/faker",
"version": "1.0.1",
"description": "A set of classes for moching known data types such as browser history, browser download list, persona, domain name, Jira project, GitHub repository, etc.",
"description": "A set of classes for mocking known data types such as browser history, browser download list, persona, domain name, Jira project, GitHub repository, etc.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit ac1beac

Please sign in to comment.