Remove mapboxism
This commit is contained in:
@ -103,17 +103,15 @@ describe('content', () => {
|
|||||||
expect(endpoint.length).toBeGreaterThan(0);
|
expect(endpoint.length).toBeGreaterThan(0);
|
||||||
expect(endpoint[0].value.toString()).toMatch(/^(PUT|POST|GET|DELETE|PATCH)/);
|
expect(endpoint[0].value.toString()).toMatch(/^(PUT|POST|GET|DELETE|PATCH)/);
|
||||||
});
|
});
|
||||||
if (!file.match(/(style|static_gl|maps|static_classic|uploads)/)) {
|
it('has python example', () => {
|
||||||
it('has python example', () => {
|
expect(select(chunk, 'code[lang=python]').length).toBeGreaterThan(0);
|
||||||
expect(select(chunk, 'code[lang=python]').length).toBeGreaterThan(0);
|
});
|
||||||
});
|
it('has js example', () => {
|
||||||
it('has js example', () => {
|
expect(select(chunk, 'code[lang=javascript]').length).toBeGreaterThan(0);
|
||||||
expect(select(chunk, 'code[lang=javascript]').length).toBeGreaterThan(0);
|
});
|
||||||
});
|
it('has curl example', () => {
|
||||||
it('has curl example', () => {
|
expect(select(chunk, 'code[lang=curl]').length).toBeGreaterThan(0);
|
||||||
expect(select(chunk, 'code[lang=curl]').length).toBeGreaterThan(0);
|
});
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user