Skip to content

Commit

Permalink
Fix nits in smoke tests
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/ecsstree from fix/nits-in-smoke-tests to master

Squashed commit of the following:

commit 7f02067
Author: scripthunter7 <[email protected]>
Date:   Tue Sep 10 18:27:23 2024 +0200

    changelog nit

commit 68a3a13
Author: scripthunter7 <[email protected]>
Date:   Tue Sep 10 18:21:33 2024 +0200

    fix nits in smoke tests
  • Loading branch information
scripthunter7 committed Sep 10, 2024
1 parent d1c54a0 commit 5bf1b2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe

- Browser specific builds.

[1.1.0]: https://github.com/AdguardTeam/ecsstree/compare/v1.0.8...v1.1.0

## [1.0.8] - 2022-02-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"lint": "eslint . --cache && markdownlint .",
"test": "jest",
"build": "rimraf dist && rollup --config rollup.config.js && node tasks/build-txt.js",
"test:smoke": "(cd test/smoke/esm && pnpm test) && (cd test/smoke/cjs && pnpm test) && (cd test/smoke/typescript && pnpm test)"
"test:smoke": "(cd test/smoke/esm && yarn test) && (cd test/smoke/cjs && yarn test) && (cd test/smoke/typescript && yarn test)"
}
}
2 changes: 1 addition & 1 deletion test/smoke/esm/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ ecss_tree_node_modules=$nm_path"/@adguard/ecss-tree"
mkdir -p $ecss_tree_node_modules
tar -xzf $ecss_tree --strip-components=1 -C $ecss_tree_node_modules

pnpm start
yarn start
echo "Test successfully built."
2 changes: 1 addition & 1 deletion test/smoke/typescript/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ ecss_tree_node_modules=$nm_path"/@adguard/ecss-tree"
mkdir -p $ecss_tree_node_modules
tar -xzf $ecss_tree --strip-components=1 -C $ecss_tree_node_modules

pnpm start
yarn start
echo "Test successfully built."

0 comments on commit 5bf1b2b

Please sign in to comment.