Skip to content

Commit 39780e4

Browse files
authored
chore: remove repetitive words (#999)
1 parent 21aee5b commit 39780e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/node.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// eslint-disable-next-line import/no-unresolved
22
import format from '../../dist/test.cjs';
33

4-
test('Should run a a test app in a node environment', async () => {
4+
test('Should run a test app in a node environment', async () => {
55
const data = 'contract CheckPackage {}';
66

77
expect(await format(data)).toEqual('contract CheckPackage {}\n');

tests/integration/sandbox.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test('Should run a a test app in a sandbox', async () => {
1+
test('Should run a test app in a sandbox', async () => {
22
const data = 'contract CheckPackage {}';
33
const entry = new URL('./sandbox-test-app.cjs', import.meta.url);
44

0 commit comments

Comments
 (0)