'memory' is already defined
This commit is contained in:
parent
918497c365
commit
4ee7b5f440
|
@ -6,7 +6,7 @@ describe('Memory Connector', function(){
|
||||||
|
|
||||||
// or create it using the standard
|
// or create it using the standard
|
||||||
// data source creation api
|
// data source creation api
|
||||||
var memory = loopback.createDataSource({
|
memory = loopback.createDataSource({
|
||||||
connector: loopback.Memory
|
connector: loopback.Memory
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue