Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Sep 29, 2016
1 parent f0bd0df commit 6672288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tojs-legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ var observable = mobx.observable;
var transaction = mobx.transaction;

test('(legacy) json1', function(t) {
mobx.extras.resetGlobalState()

var todos = observable([
{
title: "write blog"
Expand Down
3 changes: 3 additions & 0 deletions test/tojs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ var m = mobx;
var observable = mobx.observable;
var transaction = mobx.transaction;


test('json1', function(t) {
mobx.extras.resetGlobalState()

var todos = observable([
{
title: "write blog"
Expand Down

0 comments on commit 6672288

Please sign in to comment.