Rewrite to match GitHub Javascript Action Template. #3
Annotations
10 errors and 2 warnings
__tests__/fogbogz-client.test.js#L1
Replace `"axios");` with `'axios')`
|
__tests__/fogbogz-client.test.js#L2
Replace `"../src/fogbugz-client");` with `'../src/fogbugz-client')`
|
__tests__/fogbogz-client.test.js#L4
Replace `"post").mockImplementation();` with `'post').mockImplementation()`
|
__tests__/fogbogz-client.test.js#L6
Replace `"createCase"` with `'createCase'`
|
__tests__/fogbogz-client.test.js#L7
Replace `"https://example.com",·"sometoken");` with `'https://example.com',·'sometoken')`
|
__tests__/fogbogz-client.test.js#L19
Delete `;`
|
__tests__/fogbogz-client.test.js#L20
Replace `"My·Title";` with `'My·Title'`
|
__tests__/fogbogz-client.test.js#L21
Replace `"My·Project";` with `'My·Project'`
|
__tests__/fogbogz-client.test.js#L22
Replace `"My·Text";` with `'My·Text'`
|
__tests__/fogbogz-client.test.js#L23
Replace `"My·Category";` with `'My·Category'`
|
.devcontainer/devcontainer.json#L1
File ignored by default.
|
.prettierrc.json#L1
File ignored by default.
|
This job failed
Loading