Extracting translation mock

This commit is contained in:
Jeff Avallone
2018-02-13 21:23:11 -05:00
parent 3931cee8af
commit 364139d362
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
const translate = txt => `translate(${ txt })`;
export default translate;