Skip to content

Commit

Permalink
Feature: Asset Package (modern alternative to Loader) (#8365)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyDigital committed Jul 6, 2022
1 parent 51b55fd commit eff0299
Show file tree
Hide file tree
Showing 103 changed files with 11,398 additions and 1,146 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Expand Up @@ -6,6 +6,8 @@ module.exports = {
setupFilesAfterEnv: [
'jest-extended/all',
],
globalSetup: '<rootDir>/test/jest-global-setup.ts',
globalTeardown: '<rootDir>/test/jest-global-teardown.ts',
transform: {
'\\.vert$': 'jest-raw-loader',
'\\.frag$': 'jest-raw-loader',
Expand Down

0 comments on commit eff0299

Please sign in to comment.