Skip to content

Commit

Permalink
CI:セットアップ
Browse files Browse the repository at this point in the history
Update Node.js CI workflow

Refactored the node.js CI workflow to streamline steps and organize them under the 'app' directory. Removed extraneous comments for clarity and added working-directory parameter to relevant steps for better directory management.
  • Loading branch information
k2works committed Oct 3, 2024
1 parent 175b4f9 commit d6b6c80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ module.exports = {
moduleNameMapper: {
'\\.(css|scss)$': 'identity-obj-proxy',
"\\.(gif|ttf|eot|svg|png)$": "<rootDir>/test/__mocks__/fileMock.js",
uuid: require.resolve('uuid'),
},
};

0 comments on commit d6b6c80

Please sign in to comment.