Move gmaps stub to helpers folder
This commit is contained in:
parent
1c7092d2bf
commit
dfe6a4514d
@ -17,7 +17,7 @@
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import * as gmStub from './googlemaps.stub.js';
|
||||
import * as gmStub from './helpers/googlemaps.stub.js';
|
||||
import { config, lang } from '../src/initializer.js'
|
||||
import GoogleMapsApi from '../src/mapapi/api_gmaps.js';
|
||||
import TrackFactory from './helpers/trackfactory.js';
|
||||
|
@ -16,7 +16,6 @@ module.exports = function(config) {
|
||||
frameworks: [ 'jasmine' ],
|
||||
files: [
|
||||
{ pattern: 'test/*.test.js', type: 'module' },
|
||||
{ pattern: 'test/*.stub.js', type: 'module', included: false },
|
||||
{ pattern: 'test/helpers/*.js', type: 'module', included: false },
|
||||
{ pattern: 'test/fixtures/*.html', included: false },
|
||||
{ pattern: 'src/**/*.js', type: 'module', included: false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user