Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Improve test coverage and confirm release
Browse files Browse the repository at this point in the history
  • Loading branch information
taleb committed Feb 6, 2019
1 parent a3c6628 commit 5abcf04
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@hmcts/annotation-ui-lib",
"version": "1.0.16-RC",
"version": "1.0.16",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
16 changes: 16 additions & 0 deletions projects/annotation-ui-app/src/app/config.service.spec.ts
@@ -0,0 +1,16 @@
import { TestBed, inject } from '@angular/core/testing';
import { ConfigService } from './config.service';
import { TransferState } from '@angular/platform-browser';

describe('ConfigService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [ ConfigService, TransferState ]
});
});

it('should be created', inject([ ConfigService ], (service: ConfigService) => {
expect(service).toBeTruthy();
}));

});
2 changes: 1 addition & 1 deletion projects/annotation-ui-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/annotation-ui-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@hmcts/annotation-ui-lib",
"version": "1.0.16-RC",
"version": "1.0.16",
"description": "PDF Viewer and ability to highlight text with and comment tracking",
"keywords": [
"Angular",
Expand Down

0 comments on commit 5abcf04

Please sign in to comment.