Add acceptance tests for plugin outlets
This commit is contained in:
@@ -61,6 +61,11 @@ function findOutlets(collection, callback) {
|
||||
});
|
||||
}
|
||||
|
||||
export function clearCache() {
|
||||
_connectorCache = null;
|
||||
_rawCache = null;
|
||||
}
|
||||
|
||||
function buildConnectorCache() {
|
||||
_connectorCache = {};
|
||||
_rawCache = {};
|
||||
|
||||
Reference in New Issue
Block a user