Inline function
This commit is contained in:
parent
5195eb9040
commit
db8240c547
1 changed files with 1 additions and 3 deletions
4
test.js
4
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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue