- More string keys - Reworked string keys entirely - Moved formatting into seperate typescript module - Write unit tests using `jest` for the format module - README improvements Pirate language needs to be reworked and it should be a bit less painful now to actually add more string keys later on (eventually making the whole webapp strings lie inside the stringkeys)
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
}; |