Remove sequelize tests
This commit is contained in:
parent
2c43a97f7e
commit
3952c329df
|
@ -7,10 +7,6 @@ var schemas = {
|
||||||
/*
|
/*
|
||||||
riak: {},
|
riak: {},
|
||||||
*/
|
*/
|
||||||
sequelize: {
|
|
||||||
database: 'sequ-test',
|
|
||||||
username: 'root'
|
|
||||||
},
|
|
||||||
mysql: {
|
mysql: {
|
||||||
database: 'myapp_test',
|
database: 'myapp_test',
|
||||||
username: 'root'
|
username: 'root'
|
||||||
|
@ -24,7 +20,6 @@ var schemas = {
|
||||||
},
|
},
|
||||||
neo4j: { url: 'http://localhost:7474/' },
|
neo4j: { url: 'http://localhost:7474/' },
|
||||||
mongoose: { url: 'mongodb://travis:test@localhost:27017/myapp' },
|
mongoose: { url: 'mongodb://travis:test@localhost:27017/myapp' },
|
||||||
// mongoose: { database: 'test' },
|
|
||||||
redis: {},
|
redis: {},
|
||||||
memory: {}
|
memory: {}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue