Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 9d46b02

Browse files
committed
refactor: rename src folder to lib
1 parent 988f16e commit 9d46b02

16 files changed

+11
-11
lines changed

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module.exports = {
33
collectCoverage: true,
44
collectCoverageFrom: [
5-
'src/**/*.js',
6-
'!src/**/index.js'
5+
'lib/**/*.js',
6+
'!lib/**/index.js'
77
]
88
}

src/List.js renamed to lib/List.js

File renamed without changes.

src/Show.js renamed to lib/Show.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)