mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 22:42:54 +00:00
style: use single quotes
This commit is contained in:
@@ -33,8 +33,8 @@ export class MinimalConnectorSpec {
|
|||||||
static validateThings(things: SCMessage[]) {
|
static validateThings(things: SCMessage[]) {
|
||||||
things.forEach((thing: SCMessage) => {
|
things.forEach((thing: SCMessage) => {
|
||||||
// validate thing
|
// validate thing
|
||||||
expect(MinimalConnectorSpec.validator.validate(thing,"SCMessage").errors).to.have.lengthOf(0, JSON.stringify({
|
expect(MinimalConnectorSpec.validator.validate(thing,'SCMessage').errors).to.have.lengthOf(0, JSON.stringify({
|
||||||
errors: MinimalConnectorSpec.validator.validate(thing,"SCMessage").errors,
|
errors: MinimalConnectorSpec.validator.validate(thing,'SCMessage').errors,
|
||||||
thing: thing,
|
thing: thing,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user