vbastos / pure-js-todo-app

A brief demonstration from a recent JavaScript class of creating a web app in pure JavaScript: https://www.codementor.io/classes/learn-javascript-live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Framework

An empty project with Tape to demonstrate proper unit test writing. Part of a recent Intro to JavaScript class I taught.

Running

Follow the usual procedure for setting up NPM:

$ npm install

And then run the unit tests via NPM scripts:

$ npm test
# or npm run test

Files

Any file ending in spec.js anywhere within the source folder will be included in the running tests. For an example, check out src/spec.js, which tests src/index.js.

About

A brief demonstration from a recent JavaScript class of creating a web app in pure JavaScript: https://www.codementor.io/classes/learn-javascript-live


Languages

Language:JavaScript 94.5%Language:HTML 5.5%