Ver código fonte

docs: tweak code format

ktsn 7 anos atrás
pai
commit
d1c834a32e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/en/testing.md

+ 2 - 2
docs/en/testing.md

@@ -139,8 +139,8 @@ describe('actions', () => {
     actions.getAllProducts({ commit, state })
     
     expect(commit.args).to.deep.equal([
-      [ 'REQUEST_PRODUCTS' ],
-      [ 'RECEIVE_PRODUCTS', { /* mocked response */ } ]
+      ['REQUEST_PRODUCTS'],
+      ['RECEIVE_PRODUCTS', { /* mocked response */ }]
     ])
   })
 })