Skip to content

Commit

Permalink
fix: package service
Browse files Browse the repository at this point in the history
  • Loading branch information
Fllorent0D committed Aug 29, 2023
1 parent f508768 commit 9354b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/package/package.service.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PackageService } from './package.service';

xdescribe('TabtFilter', () => {
describe('TabtFilter', () => {
let service: PackageService;
const name = 'Yo it\'s flo';
const version = '1.0.0';
Expand Down
2 changes: 1 addition & 1 deletion src/common/package/package.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class PackageService {
* @static
* @memberof PackageService
*/
private static PackageJsonPath = '../../../../package.json';
private static PackageJsonPath = '../../../package.json';

private _packageInfo: any;

Expand Down

0 comments on commit 9354b16

Please sign in to comment.