Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 12, 2023
1 parent 2475874 commit 5d3de4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { shallowMount } from '@vue/test-utils';
import { createMemoryHistory, createRouter, type Router } from 'vue-router';
import { Subject } from 'rxjs';

import type TrackerService, { useTrackerService } from './tracker.service';
import type TrackerService, { type useTrackerService } from './tracker.service';

describe('Tracker Service', () => {
let trackerService: TrackerService;
Expand Down

0 comments on commit 5d3de4a

Please sign in to comment.