Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Apr 1, 2019
1 parent 8687e4b commit 227f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/service-module/service-module.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ describe('Service Module', function() {
assert(state.todos, 'uses `short` nameStyle by default')
})

it.only('can customize the idField for each service', function() {
it('can customize the idField for each service', function() {
const { makeServicePlugin, Test, Person } = makeContext()
const store = new Vuex.Store<RootState>({
plugins: [
Expand Down

0 comments on commit 227f8dd

Please sign in to comment.