Improve the wording in index.test.ts

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
Karan Shah
2021-12-23 11:03:18 +00:00
parent 93c371143a
commit 1890a9db0f
+1 -1
View File
@@ -15,7 +15,7 @@
*/
import { AirbrakePage, airbrakePlugin } from './index';
describe('The demo index page', () => {
describe('The Airbrake plugin index file', () => {
it('exports the plugin and page', async () => {
expect(AirbrakePage).toBeTruthy();
expect(airbrakePlugin).toBeTruthy();