Skip to content

Commit abc3a4a

Browse files
Copilotadamziel
andcommitted
Move test files to tests directory and verify validation
Co-authored-by: adamziel <[email protected]>
1 parent a07481f commit abc3a4a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/playground/cli/src/is-valid-wordpress-slug.spec.ts renamed to packages/playground/cli/tests/is-valid-wordpress-slug.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect } from 'vitest';
2-
import { isValidWordPressSlug } from './is-valid-wordpress-slug';
2+
import { isValidWordPressSlug } from '../src/is-valid-wordpress-slug';
33

44
describe('isValidWordPressSlug', () => {
55
it('should accept "latest"', () => {

0 commit comments

Comments
 (0)