API Docs for:
Show:

Scope Class

'this' property in fixture's data function

this.readTSV('xxx.tsv') is available

module.exports = {
    data: function(entityPool) {
        this.readTSV('model-name.tsv');
    }
};

Item Index

Methods

Methods

readTSV

(
  • filename
)
Object

Parameters:

  • filename String

    filename (directory is automatically set)

Returns:

Object:

tsv contents