I wasn't able to require the new stubbed data in the spec files, so
I went ahead and made them as readable as possible instead.
Even though they're still inline, they'll be used later when demo
pages are built for end to end testing.
To see where these pages will be, run grunt serve. Right now,
there only api calls going through, but later an index.html file
will be made.
I wasn't able to require the new stubbed data in the spec files, so I went ahead and made them as readable as possible instead. Even though they're still inline, they'll be used later when demo pages are built for end to end testing.
To see where these pages will be, run
grunt serve
. Right now, there only api calls going through, but later anindex.html
file will be made.