Chargement des profils distant via HTTP
This commit is contained in:
@ -6,7 +6,6 @@ ProfileSuite.loadProfileWithImport = function(test) {
|
||||
|
||||
Profile.load(__dirname+'/../default-profile.json')
|
||||
.then(function(profile) {
|
||||
console.log('%j', profile);
|
||||
test.ok(profile.items[0].label === "Partial Level 1", "It should have loaded the partial import !");
|
||||
test.done();
|
||||
})
|
||||
|
Reference in New Issue
Block a user