Skip to content

Commit

Permalink
test: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Dec 9, 2020
1 parent f98eec8 commit f595ecf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

6 changes: 0 additions & 6 deletions test/tangerine.txt

This file was deleted.

2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function getResult(input, pluginOptions, postcssOptions) {
}

describe('import with media queries', function () {
it('only screen', async function () {
it('only screen', async () => {
const input =
"@import 'http://fonts.googleapis.com/css?family=Tangerine' only screen and (color)";
const result = await getResult(input);
Expand Down

0 comments on commit f595ecf

Please sign in to comment.