diff --git a/js/utterance-queue-test-config.js b/js/utterance-queue-test-config.js new file mode 100644 index 0000000..d4b4986 --- /dev/null +++ b/js/utterance-queue-test-config.js @@ -0,0 +1,48 @@ +// Copyright 2019, University of Colorado Boulder + +/* + * IMPORTANT: This file was auto-generated by "grunt generate-config". Please do not modify this directly. Instead + * please modify utterance-queue/package.json to control dependencies. + * + * RequireJS configuration file for the utterance-queue sim. + * Paths are relative to the location of this file. + */ + +require.config( { + + deps: [ 'utterance-queue-tests' ], + + paths: { + + // Third-party libs + text: '../../sherpa/lib/text-2.0.12', + + // PhET plugins + sound: '../../chipper/js/requirejs-plugins/sound', + image: '../../chipper/js/requirejs-plugins/image', + mipmap: '../../chipper/js/requirejs-plugins/mipmap', + string: '../../chipper/js/requirejs-plugins/string', + ifphetio: '../../chipper/js/requirejs-plugins/ifphetio', + + // PhET libs, uppercase names to identify them in require.js imports. + // IMPORTANT: DO NOT modify. This file is auto-generated. See documentation at the top. + AXON: '../../axon/js', + BRAND: '../../brand/' + phet.chipper.brand + '/js', + DOT: '../../dot/js', + JOIST: '../../joist/js', + KITE: '../../kite/js', + PHETCOMMON: '../../phetcommon/js', + PHET_CORE: '../../phet-core/js', + PHET_IO: '../../phet-io/js', + REPOSITORY: '..', + SCENERY: '../../scenery/js', + SCENERY_PHET: '../../scenery-phet/js', + SUN: '../../sun/js', + TAMBO: '../../tambo/js', + TANDEM: '../../tandem/js', + UTTERANCE_QUEUE: '.' + }, + + // Cache busting is applied by default, but can be disabled via ?cacheBust=false, see initialize-globals.js + urlArgs: phet.chipper.getCacheBustArgs() +} ); diff --git a/utterance-queue-tests.html b/utterance-queue-tests.html new file mode 100644 index 0000000..6b9d711 --- /dev/null +++ b/utterance-queue-tests.html @@ -0,0 +1,85 @@ + + + + + + + + + + + utterance-queue + + + + +
+
+ +
+

+

+

+

+
+ + + + \ No newline at end of file