Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

fink-lang/jest

Repository files navigation

fink/jest

usage

jest.config.js

module.exports = {
  ...

  // add fnk files
  moduleFileExtensions: ['js', 'fnk'],

  transform: {
    ...
    '^.+\\.fnk$': ['@fink/jest/transform']
  },

  ...
};

About

A Jest transformer for fink modules.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors