File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
hyper-component/spec/client_features
hyperstack-config/lib/hyperstack Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ addons:
12
12
- google-chrome-stable
13
13
- yarn
14
14
- redis-server
15
- services :
16
- - postgresql
17
15
env :
18
16
global :
19
- - PGPORT=5433
17
+ - PGPORT=5433
18
+ services :
19
+ - postgresql
20
20
21
21
22
22
_test_gem_pg : &_test_gem_pg
Original file line number Diff line number Diff line change @@ -597,6 +597,7 @@ class Foo
597
597
598
598
Hyperstack ::Component ::ReactTestUtils . render_component_into_document ( foo )
599
599
end
600
+ binding . pry
600
601
expect ( page . driver . browser . logs . get ( :browser )
601
602
. reject { |entry | entry . to_s . include? ( 'Deprecated feature' ) }
602
603
. reject { |entry | entry . to_s . include? ( 'Object freezing is not supported by Opal' ) }
Original file line number Diff line number Diff line change 1
1
# allows hyperstack to include Native::Wrapper even if running Opal 0.11
2
2
module Native
3
3
module Wrapper
4
- def self . included ( klass )
4
+ def self . includedx ( klass )
5
5
if Native . instance_methods . include? :to_n
6
6
klass . include Native
7
7
else
You can’t perform that action at this time.
0 commit comments