mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-14 17:24:58 +00:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
SimpleStorage = require('embark-framework').Tests();
|
|
|
|
SimpleStorage.set(100);
|
|
|
|
a = SimpleStorage.get()
|
|
console.log(a)
|
|
|