B

Results 2 issues of B

When I only use Jest with Vue project, I can't import subcomponent in component as below: ![image](https://user-images.githubusercontent.com/3446147/147448051-c38eaa57-5c70-4340-930c-871c35fc0ed5.png) if I do according to tips, also I cannot define private variable, as...

Hi there, I removed files by os.RemoveAll and then add, but that's didn't work, the code as belows: //remove local files os.RemoveAll(path) // add files, prepare commit and push repo,...