Add test for T7272

This commit is contained in:
Henry Zhu 2016-04-08 09:02:02 -04:00
parent b0d27142e8
commit c24b0b043a
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
export const state = (state) => state.a

View File

@ -0,0 +1,8 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var state = exports.state = function state(_state) {
return _state.a;
};

View File

@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}