Parcourir la source

docs: tweak code format

ktsn il y a 7 ans
Parent
commit
d1c834a32e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 */ }]
     ])
   })
 })