Skip to content

Commit 35c8c9d

Browse files
authored
Merge pull request #4265 from relative-ci/fix-validator-test
refactor(validator): Move tests inside __tests__ for consistency
2 parents 076f1c4 + 91e40b8 commit 35c8c9d

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-webpack-validate/src/__tests__

1 file changed

+1
-1
lines changed

packages/plugin-webpack-validate/src/index.test.ts renamed to packages/plugin-webpack-validate/src/__tests__/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import validate from '.';
1+
import validate from '..';
22

33
describe('Webpack/validate', () => {
44
test('should return empty string if valid', () => {

0 commit comments

Comments
 (0)