partkeepr/PartKeepr

View on GitHub
web/setup/js/SetupSteps/PartUnitSetup.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Creates the part units
 */
Ext.define('PartKeeprSetup.PartUnitSetup', {
    extend: 'PartKeeprSetup.AbstractTest',
    action: 'createPartUnits',
    name: "Database",
    message: "Setting up the part units",
});