Merge pull request #680 from hacknug/hotfix/fix-tests

Fix undefined var in one test
This commit is contained in:
Adam Wathan 2019-02-22 11:36:18 -05:00 committed by GitHub
commit f987d5386d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,7 +284,7 @@ test('plugins can add base styles with object syntax', () => {
test('plugins can add base styles with raw PostCSS nodes', () => {
const { base } = processPlugins(
[
function({ addBase }) {
function({ addBase, postcss }) {
addBase([
postcss.rule({ selector: 'img' }).append([
postcss.decl({