Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Oct 13, 2022
1 parent 700cee4 commit 37922a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/match-utilities.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test('match utilities with modifiers', async () => {
corePlugins: { preflight: false },

plugins: [
({ matchUtilities, theme }) => {
({ matchUtilities }) => {
matchUtilities(
{
test: (value, { modifier }) => ({
Expand Down Expand Up @@ -77,7 +77,7 @@ test('match utilities with modifiers in the config', async () => {
corePlugins: { preflight: false },

plugins: [
({ matchUtilities, theme }) => {
({ matchUtilities }) => {
matchUtilities(
{
test: (value, { modifier }) => ({
Expand Down Expand Up @@ -137,7 +137,7 @@ test('match utilities can omit utilities by returning null', async () => {
corePlugins: { preflight: false },

plugins: [
({ matchUtilities, theme }) => {
({ matchUtilities }) => {
matchUtilities(
{
test: (value, { modifier }) =>
Expand Down

0 comments on commit 37922a4

Please sign in to comment.