Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed May 26, 2023
1 parent 7a3bc75 commit 0454be2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
cache-dependency-path: package-lock.json
- name: Install
run: npm ci
- name: Build
run: |
npm run build
- name: Test
run: |
npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
2 changes: 1 addition & 1 deletion projects/demo/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { IntlTimeagoPipe } from 'ngx-intl';
import { IntlTimeagoPipe } from 'projects/ngx-intl/src/lib/intl-timeago.pipe';

@NgModule({
imports: [BrowserModule, IntlTimeagoPipe],
Expand Down

0 comments on commit 0454be2

Please sign in to comment.