Problem/Motivation
The module is missing a composer.json file. This is where development dependencies would be declared and used when building the environment for tests. Currently tests are failing because commerce is not installed.
Proposed resolution
Add a compose.json file with the module's dependencies and development dependencies
Issue fork facebook_pixel-3472465
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
rhovlandLooks like tests are passing now.
Comment #4
anybodyNice, thanks!!
Comment #5
anybody