2b96cbcad7
* expose old row through the emitter * accidentally added oldRow to step * fix row fetch in external datasources * add test for new / old row comparison * add testing for old row update event * allow function overloading in test files * update tests per comments * handle event race condition * update test data modal to account for old row output * switch icon positioning |
||
---|---|---|
.. | ||
assets | ||
public | ||
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
index.html | ||
nuxt.config.js | ||
package.json | ||
routify.config.js | ||
tsconfig.build.json | ||
tsconfig.json | ||
vite.config.js | ||
vitest.setup.js |
README.md
Get Started
yarn install
Vite dev server (port 3000): yarn run dev
Build yarn run build