File rename
This commit is contained in:
parent
3fba5b0529
commit
db85c8ff69
|
@ -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', () => {
|
Loading…
Reference in New Issue