Allow "require-run: ./client-init" to be disabled for testing framework

This commit is contained in:
Patrick Steele-Idem 2015-01-15 16:37:38 -07:00
parent 00194c0231
commit 4ed2365757

View File

@ -1,5 +1,10 @@
{
"dependencies": [
"require-run: ./client-init"
{
"type": "require",
"path": "./client-init",
"run": true,
"if": "!flags.contains('marko-widgets/no-client-init')"
}
]
}