File rename

This commit is contained in:
Eric van der Vlist 2023-06-12 16:35:50 +02:00
parent 3fba5b0529
commit db85c8ff69
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
import { getTagStatus } from './tags';
import { getTagStatus } from './tagsStatus';
describe('The getTagStatus function', () => {
it('should return undefined/false for a tag that does NOT exist', () => {