summaryrefslogtreecommitdiff
path: root/js/copy_file_test.ts
AgeCommit message (Collapse)Author
2019-01-02Happy new year!Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-17Fix a bug that copyFile reports different error codesJinho Bang
This is a workaroud. Once the issue is resolved in Rust side, we should remove it. Fixes #895
2018-10-03Reenable copyFile testsKevin (Kun) "Kassimo" Qian
2018-10-03test: disable incorrect testsBert Belder
These tests weren't running because with the old timer implementation time-outs were sometimes lost, and the test harness uses setTimeout to throw errors after a test has failed.
2018-09-30Add copyFile/copyFileSync (#863)Kevin (Kun) "Kassimo" Qian