Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 85f6c73

Browse files
refactor: test name
1 parent 74c41c5 commit 85f6c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/test/validate-options.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getCompiler, compile } from './helpers';
22

3-
describe('validation', () => {
3+
describe('validate options', () => {
44
const tests = {
55
name: {
66
success: [1, true, false, 'test', /test/, [], {}, { foo: 'bar' }],

0 commit comments

Comments
 (0)