Skip to content

Commit

Permalink
chore(version): update
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Dec 24, 2018
1 parent 9c32bbc commit ed626cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions projects/spectator/jest/src/dom-selectors.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { byAltText, byLabel, byPlaceholder, byText, byTitle, byValue, byTestId } from '@netbasal/spectator';
2 changes: 1 addition & 1 deletion projects/spectator/jest/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export * from './internals';
export * from './mock';
export * from './service';
export * from './spectator';
export * from '../../src/lib/dom-selectors';
export * from './dom-selectors';
2 changes: 1 addition & 1 deletion projects/spectator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@netbasal/spectator",
"description": "Angular tests made easy",
"author": "Netanel Basal <[email protected]>",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit ed626cd

Please sign in to comment.