Skip to content

Commit e03db68

Browse files
committed
Fix test typo
1 parent 2cbc8e9 commit e03db68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

__tests__/applyComplexClasses.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ test('you can apply a class that is defined in multiple rules', () => {
279279
@apply foo;
280280
}
281281
.foo {
282-
oapcity: .5;
282+
opacity: .5;
283283
}
284284
`
285285
const expected = `
@@ -288,10 +288,10 @@ test('you can apply a class that is defined in multiple rules', () => {
288288
}
289289
.bar {
290290
color: red;
291-
oapcity: .5;
291+
opacity: .5;
292292
}
293293
.foo {
294-
oapcity: .5;
294+
opacity: .5;
295295
}
296296
`
297297

0 commit comments

Comments
 (0)