This commit is contained in:
Acid Chicken (硫酸鶏) 2019-01-24 20:00:23 +09:00
parent 2bac1a90f0
commit dba2833fe9
No known key found for this signature in database
GPG key ID: 5388F56C75B677A1
3 changed files with 27 additions and 22 deletions

View file

@ -369,7 +369,7 @@ describe('API', () => {
expect(res).have.status(400);
}));
it('can make nyanize enable', async(async () => {
it('can make nyaize enable', async(async () => {
const me = await signup();
const post = {
@ -384,7 +384,7 @@ describe('API', () => {
expect(res.body.createdNote).have.property('text').eql('なんにゃんなんにゃんなん');
}));
it('can make nyanize disable', async(async () => {
it('can make nyaize disable', async(async () => {
const me = await signup();
await request('/i/update', {