fix lint errors in backend unit tests
This commit is contained in:
parent
7431866d86
commit
b5a1c54d65
6 changed files with 11 additions and 11 deletions
|
|
@ -156,7 +156,7 @@ describe('Webリソース', () => {
|
|||
|
||||
describe(' has entry such ', () => {
|
||||
beforeEach(() => {
|
||||
post(alice, { text: "**a**" })
|
||||
post(alice, { text: "**a**" });
|
||||
});
|
||||
|
||||
test('MFMを含まない。', async () => {
|
||||
|
|
@ -169,7 +169,7 @@ describe('Webリソース', () => {
|
|||
throw new Error("MFM shouldn't be included");
|
||||
}
|
||||
});
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
describe.each([{ path: '/api/foo' }])('$path', ({ path }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue