fix(test): add first account test

This commit is contained in:
Philipp Kunz
2019-11-18 14:54:40 +00:00
parent 097039c34c
commit e2e20bab94
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1 @@
import * as plugins from './letterxpress.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
export * from './letterxpress.classes.account';