Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Apr 28, 2020
1 parent 3a7f728 commit 614fb64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions test/custom-resolve.js
Expand Up @@ -5,12 +5,12 @@ import path from "path"
import test from "ava"
import postcss from "postcss"

// internal tooling
import checkFixture from "./helpers/check-fixture"

// plugin
import atImport from ".."

// internal tooling
import checkFixture from "./helpers/check-fixture"

test.serial("should accept file", checkFixture, "custom-resolve-file", {
resolve: () => path.resolve("test/fixtures/imports/custom-resolve-1.css"),
})
Expand Down
6 changes: 3 additions & 3 deletions test/import.js
Expand Up @@ -6,12 +6,12 @@ import path from "path"
import test from "ava"
import postcss from "postcss"

// internal tooling
import checkFixture from "./helpers/check-fixture"

// plugin
import atImport from ".."

// internal tooling
import checkFixture from "./helpers/check-fixture"

test("should import stylsheets", checkFixture, "simple")

test("should not import a stylsheet twice", checkFixture, "no-duplicate")
Expand Down
6 changes: 3 additions & 3 deletions test/plugins.js
Expand Up @@ -2,12 +2,12 @@
import test from "ava"
import postcss from "postcss"

// internal tooling
import checkFixture from "./helpers/check-fixture"

// plugin
import atImport from ".."

// internal tooling
import checkFixture from "./helpers/check-fixture"

test("should apply plugins to root", t => {
const atRules = []
const rules = []
Expand Down

0 comments on commit 614fb64

Please sign in to comment.