Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Created February 10, 2018 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vzaidman/00fb3ef41ea2c4d8c2231bbac4a13daa to your computer and use it in GitHub Desktop.
Save vzaidman/00fb3ef41ea2c4d8c2231bbac4a13daa to your computer and use it in GitHub Desktop.
import test from 'ava'
test('arrays are equal', t => {
t.deepEqual([1, 2], [1, 2])
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment