Skip to content

Commit

Permalink
Reverted the inclusion of dependencies that are now vendored in the t…
Browse files Browse the repository at this point in the history
…est file.
  • Loading branch information
ILOVEPIE committed Apr 15, 2024
1 parent a820ee4 commit ea4c068
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/defines/tools-defines.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
export CLOSURE_LATEST="https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20231112/closure-compiler-v20231112.jar" #"http://dl.google.com/closure-compiler/compiler-latest.tar.gz"
export NPM_PACKAGES="source-map@latest prettier@latest pretty-quick@latest eslint@latest eslint-config-prettier@latest lint-staged@latest jest@latest jsdom@latest jest-environment-jsdom@latest jsdoc-to-markdown@latest http-server@latest codepage@latest"
export NPM_PACKAGES="source-map@latest prettier@latest pretty-quick@latest eslint@latest eslint-config-prettier@latest lint-staged@latest jest@latest jsdom@latest jest-environment-jsdom@latest jsdoc-to-markdown@latest http-server@latest"
2 changes: 1 addition & 1 deletion src/__tests__/parser.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
global = globalThis;
global.cptable = require('codepage');
require('../util.js')
require('../global-constants.js')
require('../color.js');
require('../style.js');
require('../lib/codepage.js');
require('../text-server.js');
require('../style-override.js');
require('../subtitle-event.js');
Expand Down
2 changes: 0 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<title>Sabre.js Debug Page</title>
<meta name="description" content="Sabre.js Debug Page">
<meta name="author" content="Patrick 'ILOVEPIE' Rhodes Martin">
<script src="https://unpkg.com/codepage@latest/cptable.js"></script>
<script src="https://unpkg.com/codepage@latest/cputils.js"></script>
<script src="https://spectorcdn.babylonjs.com/spector.bundle.js"></script>
<script src="/opentype.min.js"></script>
<script async src="/sabre.min.js"></script>
Expand Down

0 comments on commit ea4c068

Please sign in to comment.