test: circular deps

This commit is contained in:
SvetoslavTsenov
2019-01-23 13:35:35 +02:00
parent 08acd84fe2
commit f2dc9cd69d
2 changed files with 41 additions and 1 deletions

View File

@@ -24,5 +24,8 @@
"lazy": "1.0.11",
"tns-platform-declarations": "*",
"typescript": "^3.1.6"
},
"scripts": {
"check-circular-deps": "node circular-check.js"
}
}
}