From 7fb96e522685b339e8a2e904e10e928c53bc6187 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Mon, 16 Aug 2021 06:45:23 -0500 Subject: [PATCH] fix(tests): fixes typo in basic integration test --- test/integration/basic/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/basic/test/index.test.js b/test/integration/basic/test/index.test.js index eeb0bac7e422..05e9f0e151d2 100644 --- a/test/integration/basic/test/index.test.js +++ b/test/integration/basic/test/index.test.js @@ -3,7 +3,7 @@ import { join } from 'path' import { renderViaHTTP, findPort, launchApp, killApp } from 'next-test-utils' -// test suits +// test suites import hmr from './hmr' import errorRecovery from './error-recovery' import dynamic from './dynamic'