forked from GitHub/gf-core
Add FFI bindings for all API functions. Implement getCategories and getFunctions
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node'
|
||||
};
|
||||
testEnvironment: 'node',
|
||||
testPathIgnorePatterns: [
|
||||
'<rootDir>/dist/',
|
||||
'<rootDir>/node_modules/'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user