test: fix

This commit is contained in:
alexander.akait 2024-10-09 02:24:13 +03:00 committed by ScriptedAlchemy
parent 28ae7718ca
commit 6c79d27748
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
let version = "0.1.2";
export default () => `This is react ${version}`;
export function setVersion(v) { version = v; }