Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Faling tests #116

Closed
Sharlaan opened this issue Jan 8, 2019 · 1 comment
Closed

Faling tests #116

Sharlaan opened this issue Jan 8, 2019 · 1 comment

Comments

@Sharlaan
Copy link

Sharlaan commented Jan 8, 2019

i just forked repo and launched tests, but 3 of them are failing :

2 because of permission rejection upon using npm link

message: `Command failed: C:\WINDOWS\system32\cmd.exe /q /s /c "npm link"

in : lib » create-library » creating "my-test-library" using npm

the 3rd fail is :

  lib » create-library » creating "no-git-library" using yarn

  D:\Mes Projets\create-react-library\lib\create-library.test.js:112

   111:     ret = await execa.shell('git rev-parse --git-dir', { cwd: root })
   112:     t.is(ret.stdout, opts.git ? '.git' : path.join(process.cwd(), '.git'))
   113:

  Difference:
  - 'D:/Mes Projets/create-react-library/.git'
  + 'D:\\Mes Projets\\create-react-library\\.git'
@transitive-bullshit transitive-bullshit mentioned this issue Mar 5, 2019
4 tasks
@transitive-bullshit
Copy link
Owner

This should be fixed now with the latest v3 release.

Please open a new issue if you're still seeing errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants