mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Integrate device database.
This commit is contained in:
parent
7a2cdaf071
commit
d1b724ada0
4 changed files with 66 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
var path = require('path')
|
||||
|
||||
// Export
|
||||
module.exports.root = function(target) {
|
||||
return path.resolve(__dirname, '../..', target)
|
||||
}
|
||||
|
||||
// Export
|
||||
module.exports.resource = function(target) {
|
||||
return path.resolve(__dirname, '../../res', target)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue