Improve the wording in index.test.ts
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user