Skip to content

Commit

Permalink
chore: remove unnecessary deepequal
Browse files Browse the repository at this point in the history
  • Loading branch information
atreids committed Mar 5, 2024
1 parent 3f3f6fc commit c55d120
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/core-test/runtime-field.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ test('constructor set arguments', t => {
'keyword',
"emit(doc['name'].value)"
).toJSON();
const valueB = new RuntimeField(
'keyword',
"emit(doc['name'].value)"
).toJSON();
t.deepEqual(valueA, valueB);

const expected = {
type: 'keyword',
Expand Down

0 comments on commit c55d120

Please sign in to comment.