partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

PartUnitSetup.js (221B)


      1 /**
      2  * Creates the part units
      3  */
      4 Ext.define('PartKeeprSetup.PartUnitSetup', {
      5     extend: 'PartKeeprSetup.AbstractTest',
      6     action: 'createPartUnits',
      7     name: "Database",
      8     message: "Setting up the part units",
      9 });