Skip to content

Commit

Permalink
test: fix undefined this
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jul 22, 2022
1 parent 7c6e538 commit c9c11d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/postcss.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as cheerio from 'cheerio';
import eol from 'eol';
import { loadFixture } from './test-utils.js';

describe('PostCSS', () => {
describe('PostCSS', function () {
const PREFIXED_CSS = `{-webkit-appearance:none;appearance:none`;

let fixture;
Expand Down

0 comments on commit c9c11d5

Please sign in to comment.