brickyang / egg-mongo-native

MongoDB egg.js plugin using native driver.
MIT License
75 stars 11 forks source link

修改测试中的错误消息 #24

Closed Akimotorakiyu closed 5 years ago

Akimotorakiyu commented 5 years ago
Checklist
Affected core subsystem(s)

mongodb 4.0.4 node 10.13.0

default

from :"must pass name of collection to create" to: "collection name has invalid type null"

Description of change

default

from :"must pass name of collection to create" to: "collection name has invalid type null"

Akimotorakiyu commented 5 years ago

神奇!mongo 4.04新版本的报错消息和以前的不一样!!!

有办法可以拿到mongo的版本吗?以便做判断是用断言。

brickyang commented 5 years ago

不如就判断 Error 好了,可以不用检查错误说明。