mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
* upgrade node to latest version v17.9.0 Signed-off-by: Denis Barbaron <denis.barbaron@orange.com> * remove useless comments in karma configuration file Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
10 lines
238 B
JavaScript
10 lines
238 B
JavaScript
//
|
|
// Copyright © 2022 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
|
//
|
|
|
|
require('script-loader!angular-bootstrap/ui-bootstrap-tpls')
|
|
|
|
module.exports = {
|
|
name: 'ui.bootstrap'
|
|
}
|