Skip to content

Commit 940a16f

Browse files
committed
add new lines
1 parent 0b82350 commit 940a16f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
!.*
2-
__testfixtures__
2+
__testfixtures__

transforms/setup-cli-build/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ runTransformTest({
66
name: 'setup-cli-build',
77
path: require.resolve('./index.js'),
88
fixtureDir: `${__dirname}/__testfixtures__/`,
9-
});
9+
});

transforms/setup-test-helpers/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ runTransformTest({
66
name: 'setup-test-helpers',
77
path: require.resolve('./index.js'),
88
fixtureDir: `${__dirname}/__testfixtures__/`,
9-
});
9+
});

workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
- name: install dependencies
5858
run: yarn install --no-lockfile
5959
- name: test
60-
run: yarn test
60+
run: yarn test

0 commit comments

Comments
 (0)