알고리즘 모음 How to use # Install modules > yarn # Testing > yarn test /* Update package.json */ { ... "scripts": { "test": "jest <path>" } ... }