Skip to content

Commit 11240ae

Browse files
committed
FIx test name
1 parent 2a9ac5a commit 11240ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ it('saves order of rules', () => {
186186
)
187187
})
188188

189-
it('copy rule for declarations after nested rule', () => {
189+
it('copies rule for declarations after nested rule', () => {
190190
return run(
191191
'a { a: 1; &b { b: 2 } c: 1; &c { d: 5 } e: 6 } c { f: 1 }',
192192
'a { a: 1; } ab { b: 2 } a { c: 1; } ac { d: 5 } a { e: 6; } c { f: 1 }'

0 commit comments

Comments
 (0)