Fix undefined var in one test

This commit is contained in:
Nestor Vera 2019-02-22 16:59:56 +01:00
parent db7f1e6728
commit 233d5bdcbd

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({