Skip to content

Commit

Permalink
Поднять тесты после мерджа
Browse files Browse the repository at this point in the history
После мерджа #58 в мастер нужно внести соответствующие правки в свежие тесты для #54
  • Loading branch information
vitkarpov committed Dec 30, 2016
1 parent c358d53 commit e6a6426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/ns.viewReact.js
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ describe('ns.ViewReact интеграционные тесты ->', function() {
beforeEach(function() {
ns.layout.define('app', {
app: {
'wrapper@': {
v2: {
v1: true
}
}
Expand All @@ -967,6 +967,7 @@ describe('ns.ViewReact интеграционные тесты ->', function() {
foo: null
}
});
ns.ViewReact.define('v2');

this.appendAppNode();
ns.initMainView();
Expand Down

0 comments on commit e6a6426

Please sign in to comment.