Skip to content

Commit 246b5d3

Browse files
authored
chore(jest-cli): standardize files and folder names (#10698)
* chore(jest-cli): standardize files and folder names * add changelog entry
1 parent 706d636 commit 246b5d3

25 files changed

Lines changed: 21 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
### Chore & Maintenance
1010

11+
- `[jest-cli]` chore: standardize files and folder names ([#10698](https://github.com/facebook/jest/pull/1098))
12+
1113
### Performance
1214

1315
## 26.6.1

packages/jest-cli/src/init/__tests__/__snapshots__/modify_package_json.test.ts.snap renamed to packages/jest-cli/src/init/__tests__/__snapshots__/modifyPackageJson.test.ts.snap

File renamed without changes.

packages/jest-cli/src/init/__tests__/fixtures/has_jest_config_file_cjs/jest.config.cjs renamed to packages/jest-cli/src/init/__tests__/fixtures/has-jest-config-file-cjs/jest.config.cjs

File renamed without changes.

packages/jest-cli/src/init/__tests__/fixtures/has_jest_config_file_cjs/package.json renamed to packages/jest-cli/src/init/__tests__/fixtures/has-jest-config-file-cjs/package.json

File renamed without changes.

packages/jest-cli/src/init/__tests__/fixtures/has_jest_config_file_js/jest.config.js renamed to packages/jest-cli/src/init/__tests__/fixtures/has-jest-config-file-js/jest.config.js

File renamed without changes.

packages/jest-cli/src/init/__tests__/fixtures/has_jest_config_file_js/package.json renamed to packages/jest-cli/src/init/__tests__/fixtures/has-jest-config-file-js/package.json

File renamed without changes.

packages/jest-cli/src/init/__tests__/fixtures/has_jest_config_file_json/jest.config.json renamed to packages/jest-cli/src/init/__tests__/fixtures/has-jest-config-file-json/jest.config.json

File renamed without changes.

packages/jest-cli/src/init/__tests__/fixtures/has_jest_config_file_json/package.json renamed to packages/jest-cli/src/init/__tests__/fixtures/has-jest-config-file-json/package.json

File renamed without changes.

packages/jest-cli/src/init/__tests__/fixtures/has_jest_config_file_mjs/jest.config.mjs renamed to packages/jest-cli/src/init/__tests__/fixtures/has-jest-config-file-mjs/jest.config.mjs

File renamed without changes.

packages/jest-cli/src/init/__tests__/fixtures/has_jest_config_file_mjs/package.json renamed to packages/jest-cli/src/init/__tests__/fixtures/has-jest-config-file-mjs/package.json

File renamed without changes.

0 commit comments

Comments
 (0)