From dbe69f222924749835c3b8558fb8a0883c67c9bf Mon Sep 17 00:00:00 2001 From: "ahmed.alatawi" Date: Sat, 4 Jul 2020 00:28:25 -0400 Subject: [PATCH] fix: fixed broken tests --- README.md | 2 +- .../ngx-treant-js/src/lib/ngx-treant-js.component.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31190e1..dc3cd66 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/AhmedAlatawi/ngx-treant-js.svg?branch=master)](https://travis-ci.org/AhmedAlatawi/ngx-treant-js) +[![Build Status](https://travis-ci.com/AhmedAlatawi/ngx-treant-js.svg?branch=master)](https://travis-ci.org/AhmedAlatawi/ngx-treant-js) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/) diff --git a/projects/ahmed757/ngx-treant-js/src/lib/ngx-treant-js.component.spec.ts b/projects/ahmed757/ngx-treant-js/src/lib/ngx-treant-js.component.spec.ts index 6052480..acbc7cc 100644 --- a/projects/ahmed757/ngx-treant-js/src/lib/ngx-treant-js.component.spec.ts +++ b/projects/ahmed757/ngx-treant-js/src/lib/ngx-treant-js.component.spec.ts @@ -3,7 +3,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { NgxTreantJsComponent } from './ngx-treant-js.component'; import { Treant } from 'treant-js'; -import * as raphael from '../../../../node_modules/treant-js/vendor/raphael'; +import * as raphael from '../../../../../node_modules/treant-js/vendor/raphael'; import * as jquery from 'jquery'; (window).Treant = Treant;