Skip to content

fix(test): calling an asynchronous function without callback is deprecated - #129

Closed
douglasduteil wants to merge 1 commit into
postcss:masterfrom
douglasduteil:fix-test-calling-an-asynchronous-function-without-callback-is-deprecated
Closed

fix(test): calling an asynchronous function without callback is deprecated#129
douglasduteil wants to merge 1 commit into
postcss:masterfrom
douglasduteil:fix-test-calling-an-asynchronous-function-without-callback-is-deprecated

Conversation

@douglasduteil

Copy link
Copy Markdown

Hi @postcss

fs asynchronous functions now demand a callback. see https://nodejs.org/docs/latest-v8.x/api/fs.html#fs_fs_readfile_path_options_callback

This will make the tests Node@10 compatible 😉

@realityking

Copy link
Copy Markdown
Contributor

Fixed with #126

@douglasduteil

Copy link
Copy Markdown
Author

Alright

@douglasduteil
douglasduteil deleted the fix-test-calling-an-asynchronous-function-without-callback-is-deprecated branch August 19, 2018 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants