invent-ed / devleague--behavior-driven-shopping-list

BDD Client Side Shopping List
0 stars 0 forks source link

Move all test files into a `tests/` subdirectory #11

Closed theRemix closed 7 years ago

theRemix commented 7 years ago

example:

tests/
  js/shopping_list_test.js
  js/shopping_list_item_test.js
  index.html
js/
  app.js ...
node_modules/
  ...
index.html

so that a user can go to http://localhost:8080/tests to run tests

invent-ed commented 7 years ago

fixed issue

theRemix commented 7 years ago

http://localhost:8080/tests works however, there is still http://localhost:8080/tests.html lingering

clean that up (delete it) then close this task