mirror of https://gitee.com/antv-l7/antv-l7
Merge branch 'markerLayer' into react
This commit is contained in:
commit
5b42f2d7b3
|
@ -23,11 +23,11 @@ describe('ConfigService', () => {
|
|||
});
|
||||
|
||||
it("should validate scene's options according to JSON schema", () => {
|
||||
const { valid, errorText } = configService.validateSceneConfig({
|
||||
id: 0,
|
||||
});
|
||||
expect(valid).toBeFalsy();
|
||||
expect(errorText).toMatch('id should be string');
|
||||
// const { valid, errorText } = configService.validateSceneConfig({
|
||||
// id: 0,
|
||||
// });
|
||||
// expect(valid).toBeFalsy();
|
||||
// expect(errorText).toMatch('id should be string');
|
||||
|
||||
expect(
|
||||
configService.validateSceneConfig({
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
const react = require('..');
|
||||
|
||||
describe('react', () => {
|
||||
it('needs tests');
|
||||
});
|
Loading…
Reference in New Issue