Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Apr 22, 2024
1 parent f15e419 commit a0573fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from 'node:path';
import { runTransformation, expect } from '../testUtils';

describe('Pigment CSS - globalCss', () => {
it.only('basics', async () => {
it('basics', async () => {
const { output, fixture } = await runTransformation(
path.join(__dirname, 'fixtures/globalCss.input.js'),
);
Expand Down

0 comments on commit a0573fe

Please sign in to comment.