Skip to content

Commit

Permalink
fix: fixed broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed.alatawi committed Jul 4, 2020
1 parent 2f30cae commit dbe69f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

(<any>window).Treant = Treant;
Expand Down

0 comments on commit dbe69f2

Please sign in to comment.