8 lines
83 B
JavaScript
8 lines
83 B
JavaScript
|
|
t = db.basicb;
|
|
t.drop();
|
|
|
|
assert.throws(function() {
|
|
t.insert({'$a': 5});
|
|
});
|