@mojotech/prismatest
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -115,3 +115,3 @@ "use strict"; | ||
var _this = _super.apply(this, args) || this; | ||
_this.name = 'MultipleSelectedElementsError'; | ||
_this.name = "MultipleSelectedElementsError"; | ||
_this.selector = selector; | ||
@@ -133,3 +133,3 @@ _this.root = root; | ||
var _this = _super.apply(this, args) || this; | ||
_this.name = 'ZeroSelectedElementsError'; | ||
_this.name = "ZeroSelectedElementsError"; | ||
_this.selector = selector; | ||
@@ -151,3 +151,3 @@ _this.root = root; | ||
var _this = _super.apply(this, args) || this; | ||
_this.name = 'IndexOutOfBoundsError'; | ||
_this.name = "IndexOutOfBoundsError"; | ||
_this.selector = selector; | ||
@@ -154,0 +154,0 @@ _this.root = root; |
{ | ||
"name": "@mojotech/prismatest", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Use test views to decouple tests from implementation details", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"clean": "rm -rf ./dist", | ||
"format": "prettier --write index.ts", | ||
"format": "prettier --write \"*.ts\" \"types/*.ts\"", | ||
"test": "yarn dtslint && jest", | ||
@@ -24,0 +24,0 @@ "dtslint": "tsc -d --emitDeclarationOnly --outDir ./types && dtslint --expectOnly --localTs node_modules/typescript/lib types && rm ./types/index.d.ts" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19237