Simen Bekkhus

Results 128 issues of Simen Bekkhus

Hiya! 👋 We've discussed this briefly on Slack, but I thought an issue would be easier to keep track of. I'm not sure what it would entail, so I'll just...

(Sorta surprised no-one has opened an issue about this, sorry if one exists and my searching is just bad (there is sorta #151, but this issue is about native promise...

## Description We've had some issues in Jest with paths using mixed path separators due to both running on windows and some incomplete normalization. So we've added a utility which...

See https://github.com/finn-no/cdn-uploader Doing `npm run create-executable && chmod +x cdn-uploader-linux-x64.nar && ./cdn-uploader-linux-x64.nar exec -a meep ugh` gives ``` module.js:471 throw err; ^ Error: Cannot find module '@google-cloud/common' at Function.Module._resolveFilename (module.js:469:15)...

bug

If I do `nar create --executable --os linux --arch x64 --node 6.9.2`, then do `mkdir -p new-dir/out && mv archive.nar new-dir && cd new-dir`, and run `./archive.nar extract -o out`...

wontfix

See https://github.com/docker-library/official-images/pull/9096#discussion_r524462963

bug

There are a bunch of specific rules in https://github.com/jest-community/jest-extended which can be preferred. I suggest we have rules suggesting their use. So e.g `toBeFalse()` over `toBe(false)` etc. Should be clear...

enhancement
help wanted
new rule

Ava has a cool rule called [`no-ignored-test-files`](https://github.com/avajs/eslint-plugin-ava/blob/master/docs/rules/no-ignored-test-files.md). It would be great if we could port it. It won't be as easy for us since we use globals. But looking for...

help wanted
new rule
config support

The `done` callback in Jest can be used to fail tests, either by `done.fail()` or passing anything into `done`, like this: `done('fail')`. Both of these cases are handled wrong by...

bug
help wanted
rule: no-test-callback

~Note that this doesn't really work - the commented out `filter` needs to be there in some way.~ I think it's ready However, copying this over into prettier seems to...