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'