Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Duberstein committed Jan 26, 2020
1 parent 72ff102 commit f6f4001
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/modules/jupyter-widget/binary-transport.spec.js
Expand Up @@ -23,7 +23,8 @@ const EXPECTED_CONVERSION = {
attributes: {
getPosition: {
value: DEMO_ARRAY,
size: 2
size: 2,
dtype: 'uint32'
}
}
}
Expand All @@ -42,7 +43,7 @@ const DEMO_JSON_PROPS = {
]
};

test.only('jupyter-widget: binary-transport', t0 => {
test('jupyter-widget: binary-transport', t0 => {
let binaryTransportModule;
try {
binaryTransportModule = require('@deck.gl/jupyter-widget/binary-transport');
Expand Down

0 comments on commit f6f4001

Please sign in to comment.