azaeng04 / palindrome

Palindrome assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palindrome Assessment

This contains automated tests for the palindrome functionality

Clone the repo

git clone https://github.com/azaeng04/palindrome.git

Getting set up

Install npm packages:

npm install

or

yarn install

Executing the test(s)

npm test

or

yarn test

Open up test runner

npm run cy:open

or

yarn cy:open

About

Palindrome assessment


Languages

Language:JavaScript 100.0%