summaryrefslogtreecommitdiff
path: root/cli/js/tests/umask_test.ts
AgeCommit message (Collapse)Author
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
Deno.build.os values have changed to correspond to standard LLVM target triples "win" -> "windows" "mac" -> "darwin"
2020-03-30Fix umask test (#4533)dubiousjim
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-19refactor: rename Deno.TestDefinition.skip to ignore (#4400)Bartek IwaƄczuk
2020-03-10Add Deno.umask (#4290)dubiousjim