Skip to content

Commit

Permalink
Move entity parsers. Add docstrings and add full megawatcher parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed Sep 20, 2018
1 parent df34c84 commit 30d200b
Show file tree
Hide file tree
Showing 4 changed files with 493 additions and 361 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const config = {
testMatch: [
'**/components/**/test-*.js',
'**/init/test-app.js',
'**/init/test-cookie-util.js'
'**/init/test-cookie-util.js',
'**/maraca/test-*.js'
]
};

Expand Down
359 changes: 0 additions & 359 deletions jujugui/static/gui/src/app/init/parse-entities.js

This file was deleted.

Loading

0 comments on commit 30d200b

Please sign in to comment.