swipie
Results
1
issues of
swipie
We are using `can-fixture` to build our projects. To return our data in the fixtures we use `fixture('GET /foo/bar', () => foobarStore.getList().data);`. The data is then directly returned. When we...