From db8240c54711ef3f4ae4b53a7101121a87055e03 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 1 May 2019 19:38:06 +0100 Subject: [PATCH] Inline function --- test.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test.js b/test.js index 08c56a8..e7e726b 100644 --- a/test.js +++ b/test.js @@ -14,9 +14,7 @@ const generatePluginCss = (options = {}) => { .process('@tailwind utilities;', { from: undefined }) - .then(result => { - return result.css - }) + .then(result => result.css) } expect.extend({