diff --git a/frontend/src/util/label.test.js b/frontend/src/util/label.test.ts similarity index 94% rename from frontend/src/util/label.test.js rename to frontend/src/util/label.test.ts index cae5b477c..7ce1adbac 100644 --- a/frontend/src/util/label.test.js +++ b/frontend/src/util/label.test.ts @@ -1,6 +1,8 @@ import { render } from '@testing-library/react'; import { renderLabel } from "./label"; +import { describe, it, expect } from 'vitest'; + describe('renderLabel', () => { it('renders FontAwesome label correctly', () => {