partkeepr/PartKeepr

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

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Sets up the SI prefixes
 */
Ext.define('PartKeeprSetup.SiPrefixSetup', {
    extend: 'PartKeeprSetup.AbstractTest',
    action: 'createSiPrefixes',
    name: "Database",
    message: "Setting up the SI Prefixes",
});