mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-02 12:17:19 +09:00
no log fastify in test
This commit is contained in:
parent
d5d48bbcc1
commit
7eb9cbb4a6
@ -40,9 +40,7 @@ afterEach(() => {
|
||||
/* tests below */
|
||||
|
||||
test('faviconがHTML上で指定されていないが、ルートに存在する場合、正しく設定される', async () => {
|
||||
app = fastify({
|
||||
logger: true,
|
||||
});
|
||||
app = fastify();
|
||||
app.get('/', (request, reply) => {
|
||||
return reply.send(fs.createReadStream(_dirname + '/htmls/no-favicon.html'));
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user