var assert = require( 'assert' );
module.exports = {
description: 'missing relative imports are an error, not a warning',
error: {
code: 'UNRESOLVED_IMPORT',
message: `Could not resolve './missing.js' from main.js`
}
};