We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcf4fa commit 63a7fc8Copy full SHA for 63a7fc8
test/helpers/query.castUpdate.test.js
@@ -5,7 +5,7 @@ const assert = require('assert');
5
const castUpdate = require('../../lib/helpers/query/castUpdate');
6
7
describe('castUpdate', function() {
8
- it('avoids adding `$each` if `$addToSet` on mixed array (gh-11284)', function () {
+ it('avoids adding `$each` if `$addToSet` on mixed array (gh-11284)', function() {
9
const schema = new Schema({ test: [] });
10
const obj = { $addToSet: { test: [1, 2, 3] } };
11
0 commit comments