mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
Resolve merge conflicts, minify only .js files
This commit is contained in:
@@ -29,6 +29,12 @@ describe('Controllers', function () {
|
||||
user: function (next) {
|
||||
user.create({ username: 'foo', password: 'barbar' }, next);
|
||||
},
|
||||
navigation: function (next) {
|
||||
var navigation = require('../src/navigation/admin');
|
||||
var data = require('../install/data/navigation.json');
|
||||
|
||||
navigation.save(data, next);
|
||||
},
|
||||
}, function (err, results) {
|
||||
if (err) {
|
||||
return done(err);
|
||||
|
||||
Reference in New Issue
Block a user