Skip to content

Commit bad597a

Browse files
committed
Starting some cleanup, easier tests
`npm test` now runs the unit tests using PhantomJS I still need to add jQuery and jQuery UI to node modules and use those in the includes because right now the tests will fail if you have no internet.
1 parent e6bafe3 commit bad597a

File tree

7 files changed

+1015
-206
lines changed

7 files changed

+1015
-206
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "google"
3+
}

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
docs/public
22
docs/_site
3-
docs/.sass-cache
3+
docs/.sass-cache
4+
.vscode
5+
node_modules
6+
tests/unit/debug.log

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ DEPENDENCIES
246246
github-pages
247247

248248
BUNDLED WITH
249-
1.16.1
249+
1.16.2

0 commit comments

Comments
 (0)