From 233d5bdcbd1ff5c094fe9e5b8c67c829c77e5206 Mon Sep 17 00:00:00 2001 From: Nestor Vera Date: Fri, 22 Feb 2019 16:59:56 +0100 Subject: [PATCH] Fix undefined var in one test --- __tests__/processPlugins.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/processPlugins.test.js b/__tests__/processPlugins.test.js index 605457dbd..8d6d7bde5 100644 --- a/__tests__/processPlugins.test.js +++ b/__tests__/processPlugins.test.js @@ -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({