Skip to content

Commit

Permalink
Move test to test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ninokeldishvili committed Dec 27, 2024
1 parent 54c9ed4 commit 0b3eaf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, test, expect } from 'vitest';
import { render } from '@testing-library/svelte';
import RaindexVersionValidator from './RaindexVersionValidator.svelte';
import RaindexVersionValidator from '$lib/components/RaindexVersionValidator.svelte';

describe('RaindexVersionValidator Component', () => {
test('should show error message if error is a string that starts with "Raindex version"', () => {
Expand Down

0 comments on commit 0b3eaf8

Please sign in to comment.