Skip to content

Commit

Permalink
feat: initial VMAP API implementation
Browse files Browse the repository at this point in the history
Adds basic VMAP parsing and media file replacement functionality with unit tests. More TODO
  • Loading branch information
Nfrederiksen committed Feb 14, 2025
1 parent 04c7ce1 commit b3bf9c7
Show file tree
Hide file tree
Showing 3 changed files with 870 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
testEnvironment: 'node',
verbose: true
};
Loading

0 comments on commit b3bf9c7

Please sign in to comment.