[snippets] 新增 mel-select
组件
#623
Annotations
3 errors
packages/snippets/test/index.test.ts > @mixte/snippets > 所有模块均在 package.json 有定义:
packages/snippets/test/index.test.ts#L17
AssertionError: expected { './getFastestCDN': { …(3) }, …(3) } to have property "./mel-select"
❯ packages/snippets/test/index.test.ts:17:35
|
packages/snippets/test/index.test.ts > @mixte/snippets > 所有的模块均在根目录下有对应的 .d.ts 文件:
packages/snippets/test/index.test.ts#L29
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ packages/snippets/test/index.test.ts:29:26
|
test
Process completed with exit code 1.
|