Add acceptance tests for plugin outlets

This commit is contained in:
Robin Ward
2016-11-22 14:02:47 -05:00
parent 86deec3528
commit 217007ff54
4 changed files with 69 additions and 0 deletions
@@ -61,6 +61,11 @@ function findOutlets(collection, callback) {
});
}
export function clearCache() {
_connectorCache = null;
_rawCache = null;
}
function buildConnectorCache() {
_connectorCache = {};
_rawCache = {};