Skip to content

Commit

Permalink
Bypass test
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Feb 11, 2024
1 parent a76a277 commit 16a0533
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { config, ENV_CONFIG } from '@casper-util/config';
import { TOASTER_TOKEN } from '@casper-util/toaster';

import { WatcherService } from './watcher.service';
import { SDK_TOKEN } from '@casper-util/wasm';

describe('WatcherService', () => {
let service: WatcherService;
Expand All @@ -17,6 +18,9 @@ describe('WatcherService', () => {
{
provide: ENV_CONFIG, useValue: config
},
{
provide: SDK_TOKEN, useValue: {},
},
]
});
service = TestBed.inject(WatcherService);
Expand Down

0 comments on commit 16a0533

Please sign in to comment.