8 lines
119 B
JavaScript
Raw Normal View History

2015-06-13 09:02:19 -04:00
SimpleStorage = require('embark-framework').Tests();
2015-06-09 07:57:19 -04:00
2015-06-12 23:02:54 -04:00
SimpleStorage.set(100);
2015-06-09 07:57:19 -04:00
2015-06-12 23:02:54 -04:00
a = SimpleStorage.get()
console.log(a)
2015-06-09 07:57:19 -04:00