We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdadd6a commit 029fed3Copy full SHA for 029fed3
1 file changed
test/test.js
@@ -47,7 +47,7 @@ describe('remoteForm', function () {
47
48
it('installs remoteForm on form reference', function (done) {
49
remoteForm(htmlForm, async form => {
50
- assert.equal(form, htmlForm)
+ assert.deepEqual(form, htmlForm)
51
done()
52
})
53
0 commit comments