This website requires JavaScript.
Explore
Help
Sign In
xuemingqiang
/
mongo
Watch
1
Star
0
Fork
0
You've already forked mongo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
815e16eace8c40db7eed5ad3a6902027f1212e2a
mongo
/
jstests
/
core
/
basicb.js
8 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
SERVER-12127 migrate js tests to jscore suite when not related to writes Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
2014-01-14 14:09:42 -05:00
t
=
db
.
basicb
;
t
.
drop
(
)
;
SERVER-22468 Format JS code with approved style in jstests/
2016-03-09 12:17:50 -05:00
assert
.
throws
(
function
(
)
{
t
.
insert
(
{
'$a'
:
5
}
)
;
}
)
;
Reference in New Issue
Copy Permalink